[jbosstools-commits] JBoss Tools SVN: r42400 - trunk/build/tycho-plugins.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Jul 5 05:50:18 EDT 2012


Author: mickael_istria
Date: 2012-07-05 05:50:18 -0400 (Thu, 05 Jul 2012)
New Revision: 42400

Added:
   trunk/build/tycho-plugins/pom.xml
Log:
JBIDE-11065: A parent pom for our Maven plugins


Added: trunk/build/tycho-plugins/pom.xml
===================================================================
--- trunk/build/tycho-plugins/pom.xml	                        (rev 0)
+++ trunk/build/tycho-plugins/pom.xml	2012-07-05 09:50:18 UTC (rev 42400)
@@ -0,0 +1,36 @@
+<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.tools</groupId>
+	<artifactId>tycho-plugins</artifactId>
+	<packaging>pom</packaging>
+	<version>0.0.1-SNAPSHOT</version>
+	<name>In-House Maven plugins for JBT/JBDS build</name>
+
+	<properties>
+		<tychoVersion>0.15.0</tychoVersion>
+	</properties>
+
+	<modules>
+		<module>generate-repository-facade</module>
+	</modules>
+
+
+	<!-- To deploy to Nexus -->
+	<!-- Don't change "id" since it should match credentials entry in $M2_REPO/settings.xml -->
+	<distributionManagement>
+		<snapshotRepository>
+			<id>jboss-snapshots-repository</id>
+			<name>JBoss Snapshots Repository</name>
+			<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
+			<uniqueVersion>false</uniqueVersion>
+		</snapshotRepository>
+		<repository>
+			<id>jboss-staging-repository</id>
+			<name>JBoss Staging Repository</name>
+			<uniqueVersion>false</uniqueVersion>
+			<url>https://repository.jboss.org/nexus/content/groups/staging/</url>
+		</repository>
+	</distributionManagement>
+
+</project>


Property changes on: trunk/build/tycho-plugins/pom.xml
___________________________________________________________________
Added: svn:mime-type
   + text/plain



More information about the jbosstools-commits mailing list