[
https://jira.jboss.org/browse/SHRINKWRAP-170?page=com.atlassian.jira.plug...
]
Dan Allen updated SHRINKWRAP-170:
---------------------------------
Comment: was deleted
(was: Index: build/pom.xml
===================================================================
--- build/pom.xml (revision 4389)
+++ build/pom.xml (working copy)
@@ -52,6 +52,50 @@
</license>
</licenses>
+ <repositories>
+ <repository>
+ <id>jboss-public-repository</id>
+ <name>JBoss Repository</name>
+
<
url>https://repository.jboss.org/nexus/content/groups/public</url>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>glassfish</id>
+ <name>GlassFish Repositiry</name>
+ <
url>http://download.java.net/maven/glassfish</url>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>jboss-public-repository</id>
+ <name>JBoss Repository</name>
+
<
url>https://repository.jboss.org/nexus/content/groups/public</url>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+
<!-- Build -->
<build>
)
Add JBoss user repository to build pom.xml
------------------------------------------
Key: SHRINKWRAP-170
URL:
https://jira.jboss.org/browse/SHRINKWRAP-170
Project: ShrinkWrap
Issue Type: Task
Components: build
Affects Versions: 1.0.0-alpha-9
Reporter: Dan Allen
Add the JBoss user repository declaration to the build/pom.xml so that the project can be
built without any special external Maven configuration (i.e., settings.xml).
In addition to the repository declaration, the JBoss user repository needs to proxy the
GlassFish repository to satisfy dependencies needed by the GlassFish extension.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira