John, my point is, any addition of remote repository definition into artifact's pom.xml is a bad practise, because it invalidates/breaks environment settings.xml, which you have or would like to have there. Then even you don't want to, Maven will suck a download from repositories which you probably don't want to use.
It doesn't matter if that is a corporate or home local environment ;-) On 07/29/2013 03:58 PM, John D. Ament wrote: > Marek, > > Usually developers in corp environments don't point to external repos > (only if they don't have internal repos to mirror them). > > > On Mon, Jul 29, 2013 at 9:55 AM, Marek Novotny <[email protected] > <mailto:[email protected]>> wrote: > > That is not recommended way how to enable jboss.org > <http://jboss.org> repository. > > See what I respond here > https://community.jboss.org/message/830315#830315 > > > On 07/28/2013 05:43 PM, 宿宝臣 wrote: >> hi, >> >> I'v got it worked, just add jboss repository to examples/pom.xml: >> >> |<repositories> >> <repository> >> <id>JBoss repository</id> >> >> <url>http://repository.jboss.org/nexus/content/groups/public/</url> >> </repository> >> </repositories> >> >> | >> |Thanks! >> | >> >> >> >> 2013/7/28 宿宝臣 <[email protected] <mailto:[email protected]>> >> >> hi, >> >> I can not deploy the examples of seam 2.3.1 Final, when execute: >> >> mvn clean install >> >> in examples/registration, the output is: >> >> [ERROR] The project >> org.jboss.seam.examples:registration:2.3.1.Final >> >> (/home/subaochen/devel/jboss-seam-2.3.1.Final/examples/registration/pom.xml) >> has 1 error >> [ERROR] Non-resolvable import POM: Failure to find >> org.jboss.seam:bom:pom:2.3.1.Final in >> http://repo1.maven.org/maven2 was cached in the local >> repository, resolution will not be reattempted until the >> update interval of central has elapsed or updates are forced >> @ org.jboss.seam:examples:2.3.1.Final, >> /home/subaochen/devel/jboss-seam-2.3.1.Final/examples/pom.xml, line >> 228, column 25 -> [Help 2] >> >> >> I have searched maven.org <http://maven.org> >> (http://search.maven.org/#search|ga|1|seam >> <http://search.maven.org/#search%7Cga%7C1%7Cseam>), but can >> not find seam 2.3.1 Final , any problem is there? >> >> Thanks! >> >> >> 2013/7/26 Marek Novotny <[email protected] >> <mailto:[email protected]>> >> >> Hi seam developers, >> >> after 2.3.1.CR1 release in June, we closed the journey to >> 2.3.1.Final >> release yesterday. >> >> >> There is no so many differences between CR1 and this >> Final release, look >> at release notes >> >> <https://issues.jboss.org/secure/ReleaseNote.jspa?version=12319995&styleName=Text&projectId=10071> >> >> >> Mostly documentation issue fixes and due Richfaces CVE in >> serialization >> >> <http://www.bleathem.ca/blog/2013/07/richfaces-CVE-2013-2165.html>, >> Seam >> has upgraded Richfaces to 4.3.3.Final. >> >> >> Downloads available >> at >> >> https://sourceforge.net/projects/jboss/files/JBoss%20Seam/2.3.1.Final/ >> >> Documentation available at >> http://seamframework.org/Seam2/Documentation >> >> -- >> Marek Novotny >> -- >> WFK and Seam Product Lead >> >> Red Hat Czech s.r.o. >> Purkynova 99 >> 612 45 Brno >> >> _______________________________________________ >> seam-dev mailing list >> [email protected] <mailto:[email protected]> >> https://lists.jboss.org/mailman/listinfo/seam-dev >> >> >> >> >> -- >> -- >> Su Baochen >> >> >> >> >> -- >> -- >> Su Baochen >> > > > -- > Marek Novotny > -- > WFK and Seam Product Lead > > Red Hat Czech s.r.o. > Purkynova 99 > 612 45 Brno > > > _______________________________________________ > seam-dev mailing list > [email protected] <mailto:[email protected]> > https://lists.jboss.org/mailman/listinfo/seam-dev > > -- Marek Novotny -- WFK and Seam Product Lead Red Hat Czech s.r.o. Purkynova 99 612 45 Brno
_______________________________________________ seam-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-dev
