You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/09/06 19:02:29 UTC

svn commit: r1807519 - in /maven/plugins/trunk/maven-jlink-plugin: deploySite.sh pom.xml

Author: khmarbaise
Date: Wed Sep  6 19:02:29 2017
New Revision: 1807519

URL: http://svn.apache.org/viewvc?rev=1807519&view=rev
Log:
Upgraded to plexus-java version 0.9.3

Modified:
    maven/plugins/trunk/maven-jlink-plugin/deploySite.sh
    maven/plugins/trunk/maven-jlink-plugin/pom.xml

Modified: maven/plugins/trunk/maven-jlink-plugin/deploySite.sh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jlink-plugin/deploySite.sh?rev=1807519&r1=1807518&r2=1807519&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jlink-plugin/deploySite.sh (original)
+++ maven/plugins/trunk/maven-jlink-plugin/deploySite.sh Wed Sep  6 19:02:29 2017
@@ -19,5 +19,5 @@
 # under the License.
 #
 
-mvn -Preporting site site:stage $@
+mvn -DdependencyDetailsEnabled=false -Preporting site site:stage $@
 mvn scm-publish:publish-scm $@

Modified: maven/plugins/trunk/maven-jlink-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jlink-plugin/pom.xml?rev=1807519&r1=1807518&r2=1807519&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jlink-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jlink-plugin/pom.xml Wed Sep  6 19:02:29 2017
@@ -97,7 +97,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-java</artifactId>
-      <version>0.9.3-SNAPSHOT</version>
+      <version>0.9.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>