[seam-commits] Seam SVN: r14561 - branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Apr 12 11:14:07 EDT 2012
Author: maschmid
Date: 2012-04-12 11:14:07 -0400 (Thu, 12 Apr 2012)
New Revision: 14561
Modified:
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml
Log:
remove the jboss plugin from the contactlist module to make it consistence with other modules
Modified: branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml 2012-04-12 14:56:23 UTC (rev 14560)
+++ branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml 2012-04-12 15:14:07 UTC (rev 14561)
@@ -82,40 +82,6 @@
</modules>
</configuration>
</plugin>
- <plugin>
- <groupId>org.jboss.as.plugins</groupId>
- <artifactId>jboss-as-maven-plugin</artifactId>
- <version>7.1.1.Final</version>
- <executions>
- <!-- This requires to be enabled manually as <enabled>true</enabled> doesn't
- work -->
- <!-- <execution> -->
- <!-- <id>add-datasource</id> -->
- <!-- <phase>package</phase> -->
- <!-- <configuration> -->
- <!-- <address>subsystem=datasources,data-source=java:/bookingDatasource</address> -->
- <!-- <properties> -->
- <!-- <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url> -->
- <!-- <jndi-name>java:/bookingDatasource</jndi-name> -->
- <!-- <enabled>true</enabled> -->
- <!-- <pool-name>bookingDSPool</pool-name> -->
- <!-- <user-name>sa</user-name> -->
- <!-- <driver-name>h2</driver-name> -->
- <!-- </properties> -->
- <!-- </configuration> -->
- <!-- <goals> -->
- <!-- <goal>add-resource</goal> -->
- <!-- </goals> -->
- <!-- </execution> -->
- <!-- Datasource has to be created before running deploy -->
- <execution>
- <phase>install</phase>
- <goals>
- <goal>deploy</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
More information about the seam-commits
mailing list