Author: sboscarine
Date: 2009-12-16 22:57:29 -0500 (Wed, 16 Dec 2009)
New Revision: 5313
Modified:
archetypes/tags/weld-archetype-parent-1.0.0-BETA/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml
archetypes/tags/weld-archetype-parent-1.0.0-BETA/jsf/jee/src/main/resources/archetype-resources/pom.xml
archetypes/tags/weld-archetype-parent-1.0.0-BETA/jsf/servlet-minimal/src/main/resources/archetype-resources/pom.xml
Log:
Added repo reference
Modified:
archetypes/tags/weld-archetype-parent-1.0.0-BETA/jsf/jee/src/main/resources/archetype-resources/pom.xml
===================================================================
---
archetypes/tags/weld-archetype-parent-1.0.0-BETA/jsf/jee/src/main/resources/archetype-resources/pom.xml 2009-12-17
01:17:12 UTC (rev 5312)
+++
archetypes/tags/weld-archetype-parent-1.0.0-BETA/jsf/jee/src/main/resources/archetype-resources/pom.xml 2009-12-17
03:57:29 UTC (rev 5313)
@@ -7,7 +7,15 @@
<packaging>war</packaging>
<name>${artifactId}</name>
<version>${version}</version>
-
+ <repositories>
+ <!-- Some core Java EE 6 dependencies have not yet made it on to the Maven
Central Repository when this POM was authored. -->
+ <!-- This repository declaration will likely be optional soon. -->
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <
url>http://repository.jboss.org/maven2</url>
+ </repository>
+ </repositories>
<properties>
<!--
Explicitly declaring the source encoding eliminates the following message:
Modified:
archetypes/tags/weld-archetype-parent-1.0.0-BETA/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml
===================================================================
---
archetypes/tags/weld-archetype-parent-1.0.0-BETA/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml 2009-12-17
01:17:12 UTC (rev 5312)
+++
archetypes/tags/weld-archetype-parent-1.0.0-BETA/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml 2009-12-17
03:57:29 UTC (rev 5313)
@@ -7,7 +7,15 @@
<packaging>war</packaging>
<name>${artifactId}</name>
<version>${version}</version>
-
+ <repositories>
+ <!-- Some core Java EE 6 dependencies have not yet made it on to the Maven
Central Repository when this POM was authored. -->
+ <!-- This repository declaration will likely be optional soon. -->
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <
url>http://repository.jboss.org/maven2</url>
+ </repository>
+ </repositories>
<properties>
<!--
Explicitly declaring the source encoding eliminates the following message:
Modified:
archetypes/tags/weld-archetype-parent-1.0.0-BETA/jsf/servlet-minimal/src/main/resources/archetype-resources/pom.xml
===================================================================
---
archetypes/tags/weld-archetype-parent-1.0.0-BETA/jsf/servlet-minimal/src/main/resources/archetype-resources/pom.xml 2009-12-17
01:17:12 UTC (rev 5312)
+++
archetypes/tags/weld-archetype-parent-1.0.0-BETA/jsf/servlet-minimal/src/main/resources/archetype-resources/pom.xml 2009-12-17
03:57:29 UTC (rev 5313)
@@ -7,7 +7,15 @@
<packaging>war</packaging>
<name>${artifactId}</name>
<version>${version}</version>
-
+ <repositories>
+ <!-- Some core Java EE 6 dependencies have not yet made it on to the Maven
Central Repository when this POM was authored. -->
+ <!-- This repository declaration will likely be optional soon. -->
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <
url>http://repository.jboss.org/maven2</url>
+ </repository>
+ </repositories>
<properties>
<!--
Explicitly declaring the source encoding eliminates the following message: