Author: jfrederic.clere(a)jboss.com
Date: 2011-12-14 08:40:35 -0500 (Wed, 14 Dec 2011)
New Revision: 2868
Added:
trunk/build/unix/util/jbossweb/ignore.txt
Removed:
trunk/build/unix/util/jbossweb/node1/
Modified:
trunk/build/unix/util/jbossweb/
trunk/build/unix/util/jbossweb/pom.xml
Log:
Add ignore.txt (list for ignore).
Property changes on: trunk/build/unix/util/jbossweb
___________________________________________________________________
Added: svn:ignore
+ src/main/resources
*.zip
*.tar.gz
Added: trunk/build/unix/util/jbossweb/ignore.txt
===================================================================
--- trunk/build/unix/util/jbossweb/ignore.txt (rev 0)
+++ trunk/build/unix/util/jbossweb/ignore.txt 2011-12-14 13:40:35 UTC (rev 2868)
@@ -0,0 +1,3 @@
+src/main/resources
+*.zip
+*.tar.gz
Modified: trunk/build/unix/util/jbossweb/pom.xml
===================================================================
--- trunk/build/unix/util/jbossweb/pom.xml 2011-12-14 12:46:33 UTC (rev 2867)
+++ trunk/build/unix/util/jbossweb/pom.xml 2011-12-14 13:40:35 UTC (rev 2868)
@@ -44,7 +44,15 @@
<
url>http://fisheye.jboss.org/browse/jbossnative/trunk/build/unix/util/...
</scm>
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Public Repository</name>
+
<
url>http://repository.jboss.org/nexus/content/groups/public/</url>
+ </repository>
+ </repositories>
+
<build>
<plugins>
<plugin>