Author: gertv
Date: Thu Jul 30 12:40:53 2009
New Revision: 799248
URL: http://svn.apache.org/viewvc?rev=799248&view=rev
Log:
Configure the maven-eclipse-plugin to disambiguate between the JBoss and
Geronimo deployer modules
Modified:
servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml
servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml
servicemix/smx3/trunk/pom.xml
Modified: servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml?rev=799248&r1=799247&r2=799248&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml Thu Jul 30
12:40:53 2009
@@ -117,6 +117,13 @@
<planFileName>geronimo-service.xml</planFileName>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+
<projectNameTemplate>geronimo-[artifactId]</projectNameTemplate>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>
Modified: servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml?rev=799248&r1=799247&r2=799248&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml Thu Jul 30 12:40:53
2009
@@ -216,6 +216,13 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <projectNameTemplate>jboss-[artifactId]</projectNameTemplate>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>
Modified: servicemix/smx3/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=799248&r1=799247&r2=799248&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Thu Jul 30 12:40:53 2009
@@ -1859,7 +1859,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
- <version>2.3</version>
<configuration>
<buildcommands>
<java.lang.String>org.eclipse.jdt.core.javabuilder</java.lang.String>