Author: asoldano
Date: 2015-01-13 04:08:01 -0500 (Tue, 13 Jan 2015)
New Revision: 19366
Modified:
stack/cxf/branches/arquillian/modules/dist/pom.xml
Log:
Allow maven-install-plugin and only disable maven-deploy-plugin in dist module
Modified: stack/cxf/branches/arquillian/modules/dist/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/modules/dist/pom.xml 2015-01-13 08:56:37 UTC (rev
19365)
+++ stack/cxf/branches/arquillian/modules/dist/pom.xml 2015-01-13 09:08:01 UTC (rev
19366)
@@ -148,13 +148,6 @@
<skip>true</skip>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-install-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
</plugins>
</build>
Show replies by date