[JBoss JIRA] Resolved: (NETTY-367) JBoss maven repository description is missing from the pom.xml

Trustin Lee (JIRA) jira-events at lists.jboss.org
Wed Jan 12 04:41:49 EST 2011


     [ https://issues.jboss.org/browse/NETTY-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee resolved NETTY-367.
-------------------------------

    Resolution: Won't Fix


The third party repository URLs were removed from the pom.xml deliberately because the central repository does not accept the pom with the third party repository URLs.  We should follow this rule to expedite the publishing process in the future.

Just in case you missed, the following page tells you the required steps to build Netty:

    http://jboss.org/netty/build.html

> JBoss maven repository description is missing from the pom.xml
> --------------------------------------------------------------
>
>                 Key: NETTY-367
>                 URL: https://issues.jboss.org/browse/NETTY-367
>             Project: Netty
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.0.0.Alpha1
>            Reporter: Mikhail Vorozhtsov
>            Assignee: Trustin Lee
>            Priority: Minor
>
> Building master (cd133919) via mvn install with clean ~/.m2 fails due to missing dependencies (jboss-parent, maven-jdocbook-plugin, etc).
> Adding the following lines to the pom.xml fixes the build:
> <repositories>
>   <repository>
>     <id>jboss-public</id>
>     <name>JBoss Public Repository</name>
>     <url>https://repository.jboss.org/nexus/content/groups/public</url>
>   </repository>
> </repositories>
> <pluginRepositories>
>   <pluginRepository>
>     <id>jboss-public</id>
>     <name>JBoss Public Repository</name>
>     <url>https://repository.jboss.org/nexus/content/groups/public</url>
>   </pluginRepository>
> </pluginRepositories>

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the netty-dev mailing list