Author: nickboldt
Date: 2011-03-29 11:58:36 -0400 (Tue, 29 Mar 2011)
New Revision: 30108
Added:
trunk/build/hudson-jobs/pom.xml
Log:
add no-nothing pom as pseudo-readme and base for importing this folder as a maven project
into Eclipse
Added: trunk/build/hudson-jobs/pom.xml
===================================================================
--- trunk/build/hudson-jobs/pom.xml (rev 0)
+++ trunk/build/hudson-jobs/pom.xml 2011-03-29 15:58:36 UTC (rev 30108)
@@ -0,0 +1,17 @@
+<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>hudson-jobs</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <!-- This is a no-op pom.
+
+ See:
+
+ * pom-checker*.xml - retrieves information from Hudson
+ * pom-publisher.xml - pushes new jobs to Hudson based on config.xml template
+
+ * pom-sync*.xml - creates a local cache of job config.xml files or pushes local changes
to server.
+
+ -->
+</project>
\ No newline at end of file