You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2012/06/30 10:40:49 UTC

svn commit: r1355664 - /maven/plugins/trunk/maven-war-plugin/pom.xml

Author: rfscholte
Date: Sat Jun 30 08:40:48 2012
New Revision: 1355664

URL: http://svn.apache.org/viewvc?rev=1355664&view=rev
Log:
fix configuration of  m-plugin-p

Modified:
    maven/plugins/trunk/maven-war-plugin/pom.xml

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1355664&r1=1355663&r2=1355664&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Sat Jun 30 08:40:48 2012
@@ -187,6 +187,9 @@ under the License.
             </goals>
           </execution>
         </executions>
+        <configuration>
+          <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
+        </configuration>
       </plugin>
     </plugins>
   </build>