+1
----- Original Message -----
I think we should readdress that now that Seam 2 is using Maven, and
we want
our builds (and the customers and community) to be consistent.
On Tue, Jul 30, 2013 at 2:15 AM, Marek Novotny <
mnovotny(a)redhat.com > wrote:
> No specific reason, only that it wasn't the priority for
Seam2 to be in
> Central.
> On 07/29/2013 08:38 PM, Jason Porter wrote:
> > Is there any reason we're not syncing these artifacts
(the community
> > bits)
> > to
> > Central?
>
> > On Mon, Jul 29, 2013 at 8:19 AM, Marek Novotny <
mnovotny(a)redhat.com >
> > wrote:
>
> > > 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
< mnovotny(a)redhat.com
> > > > >
> > > > wrote:
> > >
> >
>
> > > > > That is not recommended way how to enable
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 宿宝臣 < subaochen(a)gmail.com
>
> > > > >
> > > >
> > >
> >
>
> > > > > > > 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://search.maven.org/#search|ga|1|seam
> > > > > > > ),
> > > > > > > but
> > > > > > > can not find seam 2.3.1 Final , any problem is there?
> > > > > >
> > > > >
> > > >
> > >
> >
>
> > > > > > > Thanks!
> > > > > >
> > > > >
> > > >
> > >
> >
>
> > > > > > > 2013/7/26 Marek Novotny <
mnovotny(a)redhat.com >
> > > > > >
> > > > >
> > > >
> > >
> >
>
> > > > > > > > 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&sty...
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
> > > > > > > > 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
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
> > > > > > > > seam-dev(a)lists.jboss.org
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
> > > > > > > >
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
> > > >
> > >
> >
>
> > > > > seam-dev(a)lists.jboss.org
> > > >
> > >
> >
>
> > > > >
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
> >
>
> > > seam-dev(a)lists.jboss.org
> >
>
> > >
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
seam-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/seam-dev