[jboss-cvs] JBossAS SVN: r108174 - in projects/jboss-jca/trunk: tools/mvn and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Sep 16 10:58:35 EDT 2010
Author: jesper.pedersen
Date: 2010-09-16 10:58:34 -0400 (Thu, 16 Sep 2010)
New Revision: 108174
Added:
projects/jboss-jca/trunk/tools/mvn/pom.template
Modified:
projects/jboss-jca/trunk/build.xml
Log:
Use new Ivy makepom template
Modified: projects/jboss-jca/trunk/build.xml
===================================================================
--- projects/jboss-jca/trunk/build.xml 2010-09-16 14:05:23 UTC (rev 108173)
+++ projects/jboss-jca/trunk/build.xml 2010-09-16 14:58:34 UTC (rev 108174)
@@ -964,6 +964,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-codegenerator.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-codegenerator" scope="runtime"/>
</ivy:makepom>
@@ -978,6 +979,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-common-api.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-common-api" scope="runtime"/>
</ivy:makepom>
@@ -992,6 +994,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-common-impl.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-common-impl" scope="runtime"/>
<dependency artifact="${name}-spec-api" scope="runtime"/>
@@ -1007,6 +1010,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-common-spi.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-common-spi" scope="runtime"/>
</ivy:makepom>
@@ -1021,6 +1025,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-core-api.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-core-api" scope="runtime"/>
<dependency artifact="${name}-core-spi" scope="runtime"/>
@@ -1037,6 +1042,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-core-impl.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-core-impl" scope="runtime"/>
<dependency artifact="${name}-common-impl" scope="runtime"/>
@@ -1055,6 +1061,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-core-spi.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-core-spi" scope="runtime"/>
</ivy:makepom>
@@ -1069,6 +1076,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-depchain.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-depchain" scope="runtime"/>
</ivy:makepom>
@@ -1087,6 +1095,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-deployers-fungal.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-deployers-fungal" scope="runtime"/>
<dependency artifact="${name}-common-impl" scope="runtime"/>
@@ -1107,6 +1116,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-embedded.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-embedded" scope="runtime"/>
</ivy:makepom>
@@ -1121,6 +1131,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-embedded-arquillian.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-embedded-arquillian" scope="runtime"/>
<dependency artifact="${name}-embedded" scope="runtime"/>
@@ -1136,6 +1147,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-spec-api.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-spec-api" scope="runtime"/>
</ivy:makepom>
@@ -1150,6 +1162,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-validator.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-validator" scope="runtime"/>
<dependency artifact="${name}-common-impl" scope="runtime"/>
@@ -1166,6 +1179,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-validator-ant.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-validator-ant" scope="runtime"/>
<dependency artifact="${name}-validator" scope="runtime"/>
@@ -1181,6 +1195,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-validator-cli.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-validator-cli" scope="runtime"/>
<dependency artifact="${name}-validator" scope="runtime"/>
@@ -1196,6 +1211,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/${name}-validator-maven.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="${name}-validator-maven" scope="runtime"/>
<dependency artifact="${name}-validator" scope="runtime"/>
@@ -1211,6 +1227,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/jdbc-local.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="jdbc-local" scope="runtime"/>
</ivy:makepom>
@@ -1225,6 +1242,7 @@
ivyfile="${basedir}/ivy.xml"
pomfile="${target.dir}/jdbc-xa.xml"
headerFile="${tools.dir}/mvn/HEADER"
+ templatefile="${tools.dir}/mvn/pom.template"
printIvyInfo="false">
<mapping conf="jdbc-xa" scope="runtime"/>
</ivy:makepom>
Added: projects/jboss-jca/trunk/tools/mvn/pom.template
===================================================================
--- projects/jboss-jca/trunk/tools/mvn/pom.template (rev 0)
+++ projects/jboss-jca/trunk/tools/mvn/pom.template 2010-09-16 14:58:34 UTC (rev 108174)
@@ -0,0 +1,49 @@
+${ivy.pom.license}
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.ironjacamar</groupId>
+ <artifactId>${ivy.pom.artifactId}</artifactId>
+ <packaging>${ivy.pom.packaging}</packaging>
+ <version>${ivy.pom.version}</version>
+ <name>IronJacamar</name>
+ <url>http://www.jboss.org/ironjacamar</url>
+ <description>
+ IronJacamar is an implementation of the Java EE Connector Architecture 1.6 specification
+ </description>
+ <licenses>
+ <license>
+ <name>lgpl</name>
+ <url>http://repository.jboss.org/licenses/lgpl.txt</url>
+ </license>
+ </licenses>
+ <organization>
+ <name>JBoss, by Red Hat</name>
+ <url>http://www.jboss.org</url>
+ </organization>
+ <scm>
+ <url>http://fisheye.jboss.org/browse/JBossAS/projects/jboss-jca/</url>
+ <connection>http://anonsvn.jboss.org/repos/jbossas/projects/jboss-jca/trunk</connection>
+ <developerConnection>https://svn.jboss.org/repos/jbossas/projects/jboss-jca/trunk</developerConnection>
+ </scm>
+ <developers>
+ <developer>
+ <id>jesper.pedersen</id>
+ <name>Jesper Pedersen</name>
+ <organization>JBoss, by Red Hat</organization>
+ </developer>
+ <developer>
+ <id>jeff.zhang</id>
+ <name>Jeff Zhang</name>
+ <organization>JBoss, by Red Hat</organization>
+ </developer>
+ <developer>
+ <id>maeste</id>
+ <name>Stefano Maestri</name>
+ <organization>JBoss, by Red Hat</organization>
+ </developer>
+ </developers>
+ <dependencies>
+ </dependencies>
+</project>
More information about the jboss-cvs-commits
mailing list