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

svn commit: r1798339 - /maven/plugins/trunk/maven-assembly-plugin/src/it/it-project-parent/pom.xml

Author: hboutemy
Date: Sat Jun 10 21:29:26 2017
New Revision: 1798339

URL: http://svn.apache.org/viewvc?rev=1798339&view=rev
Log:
[MASSEMBLY-858] don't declare m-assembly-p as extension: this is not normal use, is not useful (and caused failure when MNG-6209 was fixed)
this shows that MNG-6209 won't break every build with previous m-assembl-p versions: only builds that declare this plugin as extension, but who does that?

Modified:
    maven/plugins/trunk/maven-assembly-plugin/src/it/it-project-parent/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/src/it/it-project-parent/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/it-project-parent/pom.xml?rev=1798339&r1=1798338&r2=1798339&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/it-project-parent/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/it-project-parent/pom.xml Sat Jun 10 21:29:26 2017
@@ -70,7 +70,6 @@ under the License.
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
             <version>${testVersion}</version>
-            <extensions>true</extensions>
           </plugin>
           <plugin>
              <artifactId>maven-jar-plugin</artifactId>