[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3625) Add JBoss repository in the parent/pom.xml file

Krasimir Chobantonov (JIRA) noreply at atlassian.com
Tue Nov 25 13:03:15 EST 2008


Add JBoss repository in the parent/pom.xml file
-----------------------------------------------

                 Key: HHH-3625
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3625
             Project: Hibernate Core
          Issue Type: Improvement
          Components: build
    Affects Versions: 3.3.1
            Reporter: Krasimir Chobantonov


the following xml snipped may be used in the parent/pom.xml file so that the JBoss repository will be know by maven 

	<repositories>
		<repository>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
			<id>jboss</id>
			<name>jboss</name>
			<url>http://repository.jboss.org/maven2</url>
		</repository>
	</repositories>
	<pluginRepositories>
		<pluginRepository>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
			<id>jboss</id>
			<name>jboss</name>
			<url>http://repository.jboss.org/maven2</url>
		</pluginRepository>
	</pluginRepositories>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list