You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2022/02/10 14:19:44 UTC

[ws-wss4j] branch 2_4_x-fixes updated: WSS-692 - Removing plugins that come from the parent pom and set a build timestamp instead for the project build

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 2_4_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/2_4_x-fixes by this push:
     new 251d434  WSS-692 - Removing plugins that come from the parent pom and set a build timestamp instead for the project build
251d434 is described below

commit 251d434142c89740c3df8edc5d1a9e75d07a8237
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Feb 10 14:11:07 2022 +0000

    WSS-692 - Removing plugins that come from the parent pom and set a build timestamp instead for the project build
---
 pom.xml | 27 +++------------------------
 1 file changed, 3 insertions(+), 24 deletions(-)

diff --git a/pom.xml b/pom.xml
index cfd5dd5..9b75031 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <targetJdk>1.8</targetJdk>
         <buildtools.dir>${basedir}/build-tools</buildtools.dir>
         <maven-owasp-plugin-version>6.1.2</maven-owasp-plugin-version>
-        <project.build.outputTimestamp>1</project.build.outputTimestamp>
+        <project.build.outputTimestamp>${maven.build.timestamp}</project.build.outputTimestamp>
     </properties>
 
     <modules>
@@ -211,34 +211,12 @@
         <pluginManagement>
             <plugins>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-release-plugin</artifactId>
-                    <version>2.5.3</version>
-                </plugin>
-                <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-source-plugin</artifactId>
-                    <version>3.2.1</version>
-                </plugin>                
-                <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
                     <version>5.1.4</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-antrun-plugin</artifactId>
-                    <version>1.8</version>
-                    <dependencies>
-                        <dependency>
-                            <groupId>ant</groupId>
-                            <artifactId>ant-optional</artifactId>
-                            <version>1.5.3-1</version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>3.8.1</version>
                     <configuration>
@@ -309,7 +287,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.2.0</version>
+                    <version>3.3.0</version>
                     <executions>
                         <execution>
                             <goals>
@@ -319,6 +297,7 @@
                     </executions>
                     <configuration>
                         <attach>true</attach>
+                        <notimestamp>true</notimestamp>
                     </configuration>
                 </plugin>
                 <plugin>