You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ja...@apache.org on 2010/11/27 19:03:22 UTC

svn commit: r1039713 - /myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml

Author: jakobk
Date: Sat Nov 27 18:03:21 2010
New Revision: 1039713

URL: http://svn.apache.org/viewvc?rev=1039713&view=rev
Log:
cargo: don't rely on the default deployable beeing this artifact, because hudson seems to fail here with a NPE

Modified:
    myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml

Modified: myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml?rev=1039713&r1=1039712&r2=1039713&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml Sat Nov 27 18:03:21 2010
@@ -64,7 +64,9 @@
                         
                         <deployables>
                             <deployable>
-                                <!-- default deployable - this artifact -->
+                                <groupId>org.apache.myfaces.extensions.cdi.test</groupId>
+                                <artifactId>myfaces-extcdi-cargo-test</artifactId>
+                                <type>war</type>
                                 <properties>
                                     <context>${cargo.context}</context>
                                 </properties>