Discussion:
[seam-dev] Seam 2.3.1.Final released
Marek Novotny
2013-07-26 06:24:03 UTC
Permalink
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
宿宝臣
2013-07-28 02:17:45 UTC
Permalink
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!
Post by Marek Novotny
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
https://lists.jboss.org/mailman/listinfo/seam-dev
--
--
Su Baochen
宿宝臣
2013-07-28 15:43:23 UTC
Permalink
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!
Post by 宿宝臣
hi,
mvn clean install
[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
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!
Post by Marek Novotny
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
https://lists.jboss.org/mailman/listinfo/seam-dev
--
--
Su Baochen
--
--
Su Baochen
Marek Novotny
2013-07-29 13:55:11 UTC
Permalink
That is not recommended way how to enable jboss.org repository.

See what I respond here https://community.jboss.org/message/830315#830315
hi,
|<repositories>
<repository>
<id>JBoss repository</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
|
|Thanks!
|
hi,
mvn clean install
[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
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!
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
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
John D. Ament
2013-07-29 13:58:04 UTC
Permalink
Marek,

Usually developers in corp environments don't point to external repos (only
if they don't have internal repos to mirror them).
Post by Marek Novotny
That is not recommended way how to enable jboss.org repository.
See what I respond here https://community.jboss.org/message/830315#830315
hi,
<repositories>
<repository>
<id>JBoss repository</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
Thanks!
Post by 宿宝臣
hi,
mvn clean install
[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
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!
Post by Marek Novotny
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
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
https://lists.jboss.org/mailman/listinfo/seam-dev
Marek Novotny
2013-07-29 14:19:28 UTC
Permalink
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 ;-)
Post by John D. Ament
Marek,
Usually developers in corp environments don't point to external repos
(only if they don't have internal repos to mirror them).
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
hi,
|<repositories>
<repository>
<id>JBoss repository</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
|
|Thanks!
|
hi,
mvn clean install
[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!
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
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
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
Jason Porter
2013-07-29 18:38:47 UTC
Permalink
Is there any reason we're not syncing these artifacts (the community bits)
to Central?
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 ;-)
Marek,
Usually developers in corp environments don't point to external repos
(only if they don't have internal repos to mirror them).
Post by Marek Novotny
That is not recommended way how to enable jboss.org repository.
See what I respond here https://community.jboss.org/message/830315#830315
hi,
<repositories>
<repository>
<id>JBoss repository</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
Thanks!
Post by 宿宝臣
hi,
mvn clean install
[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
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!
Post by Marek Novotny
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
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
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
https://lists.jboss.org/mailman/listinfo/seam-dev
--
Jason Porter
http://en.gravatar.com/lightguardjp
Marek Novotny
2013-07-30 08:15:14 UTC
Permalink
No specific reason, only that it wasn't the priority for Seam2 to be in
Central.
Post by Jason Porter
Is there any reason we're not syncing these artifacts (the community
bits) to Central?
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 ;-)
Post by John D. Ament
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
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
Post by 宿宝臣
hi,
I'v got it worked, just add jboss repository to
|<repositories>
<repository>
<id>JBoss repository</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
|
|Thanks!
|
hi,
I can not deploy the examples of seam 2.3.1 Final, when
mvn clean install
[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
/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!
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
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
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
https://lists.jboss.org/mailman/listinfo/seam-dev
--
Jason Porter
http://en.gravatar.com/lightguardjp
--
Marek Novotny
--
WFK and Seam Product Lead

Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
Jason Porter
2013-07-30 16:49:56 UTC
Permalink
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.
Post by Marek Novotny
No specific reason, only that it wasn't the priority for Seam2 to be in
Central.
Is there any reason we're not syncing these artifacts (the community bits)
to Central?
Post by Marek Novotny
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 ;-)
Marek,
Usually developers in corp environments don't point to external repos
(only if they don't have internal repos to mirror them).
Post by Marek Novotny
That is not recommended way how to enable jboss.org repository.
See what I respond here
https://community.jboss.org/message/830315#830315
hi,
<repositories>
<repository>
<id>JBoss repository</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
Thanks!
Post by 宿宝臣
hi,
mvn clean install
[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/maven2was cached in the local repository, resolution will not be reattempted
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!
Post by Marek Novotny
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
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
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
https://lists.jboss.org/mailman/listinfo/seam-dev
--
Jason Porter
http://en.gravatar.com/lightguardjp
--
Marek Novotny
--
WFK and Seam Product Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
--
Jason Porter
http://en.gravatar.com/lightguardjp
Rodney Russ
2013-07-30 20:58:31 UTC
Permalink
+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.
Post by Marek Novotny
No specific reason, only that it wasn't the priority for Seam2 to be in
Central.
Post by Jason Porter
Is there any reason we're not syncing these artifacts (the community bits)
to
Central?
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 ;-)
Post by John D. Ament
Marek,
Usually developers in corp environments don't point to external repos (only
if they don't have internal repos to mirror them).
Post by Marek Novotny
That is not recommended way how to enable jboss.org repository.
See what I respond here
https://community.jboss.org/message/830315#830315
Post by 宿宝臣
hi,
<repositories>
<repository>
<id>JBoss repository</id>
<url> http://repository.jboss.org/nexus/content/groups/public/
</url>
</repository>
</repositories>
Thanks!
Post by 宿宝臣
hi,
I can not deploy the examples of seam 2.3.1 Final, when
mvn clean install
[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
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!
Post by Marek Novotny
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
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
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
https://lists.jboss.org/mailman/listinfo/seam-dev
--
Jason Porter
http://en.gravatar.com/lightguardjp
--
Marek Novotny
--
WFK and Seam Product Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
--
Jason Porter
http://en.gravatar.com/lightguardjp
_______________________________________________
seam-dev mailing list
https://lists.jboss.org/mailman/listinfo/seam-dev
Marek Novotny
2013-07-31 07:20:18 UTC
Permalink
No problem, you asked for Seam3 synchronization, right? I can see it in
https://community.jboss.org/wiki/MavenRepositoryCentralSynchronization ,
but there is no link to howto get something in.

What is the process to add something to Maven Central synchronization?
Could you help me with that?
Post by Jason Porter
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.
No specific reason, only that it wasn't the priority for Seam2 to
be in Central.
Post by Jason Porter
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
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 ;-)
Post by John D. Ament
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
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
Post by 宿宝臣
hi,
I'v got it worked, just add jboss repository to
|<repositories>
<repository>
<id>JBoss repository</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
|
|Thanks!
|
hi,
I can not deploy the examples of seam 2.3.1 Final,
mvn clean install
[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
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!
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
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
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
https://lists.jboss.org/mailman/listinfo/seam-dev
--
Jason Porter
http://en.gravatar.com/lightguardjp
--
Marek Novotny
--
WFK and Seam Product Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
--
Jason Porter
http://en.gravatar.com/lightguardjp
--
Marek Novotny
--
WFK and Seam Product Lead

Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
Jason Porter
2013-07-31 13:33:55 UTC
Permalink
IIRC there's a docspace page or some one at Sonatype we talk to. I'll dig a big more. Paul Would also know. 
—
Sent from Mailbox for iPhone
Post by Marek Novotny
No problem, you asked for Seam3 synchronization, right? I can see it in
https://community.jboss.org/wiki/MavenRepositoryCentralSynchronization ,
but there is no link to howto get something in.
What is the process to add something to Maven Central synchronization?
Could you help me with that?
Post by Jason Porter
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.
No specific reason, only that it wasn't the priority for Seam2 to
be in Central.
Post by Jason Porter
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
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 ;-)
Post by John D. Ament
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
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
Post by 宿宝臣
hi,
I'v got it worked, just add jboss repository to
|<repositories>
<repository>
<id>JBoss repository</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
|
|Thanks!
|
hi,
I can not deploy the examples of seam 2.3.1 Final,
mvn clean install
[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
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!
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
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
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
https://lists.jboss.org/mailman/listinfo/seam-dev
--
Jason Porter
http://en.gravatar.com/lightguardjp
--
Marek Novotny
--
WFK and Seam Product Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
--
Jason Porter
http://en.gravatar.com/lightguardjp
--
Marek Novotny
--
WFK and Seam Product Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
Jason Porter
2013-07-31 15:25:30 UTC
Permalink
I can't find it (big surprise, searching through docspace, right?). Paul
Gier should be the man to talk to though.
Post by Jason Porter
IIRC there's a docspace page or some one at Sonatype we talk to. I'll dig
a big more. Paul Would also know.
—
Sent from Mailbox <https://www.dropbox.com/mailbox> for iPhone
Post by Marek Novotny
No problem, you asked for Seam3 synchronization, right? I can see it in
https://community.jboss.org/wiki/MavenRepositoryCentralSynchronization ,
but there is no link to howto get something in.
What is the process to add something to Maven Central synchronization?
Could you help me with that?
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.
Post by Marek Novotny
No specific reason, only that it wasn't the priority for Seam2 to be
in Central.
Is there any reason we're not syncing these artifacts (the community
bits) to Central?
Post by Marek Novotny
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 ;-)
Marek,
Usually developers in corp environments don't point to external repos
(only if they don't have internal repos to mirror them).
Post by Marek Novotny
That is not recommended way how to enable jboss.org repository.
See what I respond here
https://community.jboss.org/message/830315#830315
hi,
<repositories>
<repository>
<id>JBoss repository</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
Thanks!
Post by 宿宝臣
hi,
mvn clean install
[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/maven2was cached in the local repository, resolution will not be reattempted
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!
Post by Marek Novotny
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
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
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
https://lists.jboss.org/mailman/listinfo/seam-dev
--
Jason Porter
http://en.gravatar.com/lightguardjp
--
Marek Novotny
--
WFK and Seam Product Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
--
Jason Porter
http://en.gravatar.com/lightguardjp
--
Marek Novotny
--
WFK and Seam Product Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
--
Jason Porter
http://en.gravatar.com/lightguardjp
Marek Novotny
2013-08-28 12:25:26 UTC
Permalink
I find out that we need to contact Joel Orlina from sonatype and ask for
the synchronization.

Do we have any special requirements for that?

I would let to ask for synchronization of Seam 2.3.1.Final artifacts
only or you have different idea?
Post by Jason Porter
I can't find it (big surprise, searching through docspace, right?).
Paul Gier should be the man to talk to though.
IIRC there's a docspace page or some one at Sonatype we talk to.
I'll dig a big more. Paul Would also know.

Sent from Mailbox <https://www.dropbox.com/mailbox> for iPhone
On Wed, Jul 31, 2013 at 1:20 AM, Marek Novotny
No problem, you asked for Seam3 synchronization, right? I can see it in
https://community.jboss.org/wiki/MavenRepositoryCentralSynchronization
, but there is no link to howto get something in.
What is the process to add something to Maven Central
synchronization? Could you help me with that?
Post by Jason Porter
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
No specific reason, only that it wasn't the priority for
Seam2 to be in Central.
Post by Jason Porter
Is there any reason we're not syncing these artifacts
(the community bits) to Central?
--
Jason Porter
http://en.gravatar.com/lightguardjp
--
Marek Novotny
--
WFK and Seam Product Lead

Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
Jason Porter
2013-08-28 13:53:18 UTC
Permalink
I don't see a reason why we shouldn't sync non final artifacts. 





If the artifacts are already in JBoss Nexus instance, we should be fine to simply sync them to central. We'll need to remove any instances of the JBoss repo from the poms and make sure all the other dependencies are in central too, but that shouldn't take long.  

—
Sent from Mailbox for iPhone
Post by Marek Novotny
I find out that we need to contact Joel Orlina from sonatype and ask for
the synchronization.
Do we have any special requirements for that?
I would let to ask for synchronization of Seam 2.3.1.Final artifacts
only or you have different idea?
Post by Jason Porter
I can't find it (big surprise, searching through docspace, right?).
Paul Gier should be the man to talk to though.
IIRC there's a docspace page or some one at Sonatype we talk to.
I'll dig a big more. Paul Would also know.
—
Sent from Mailbox <https://www.dropbox.com/mailbox> for iPhone
On Wed, Jul 31, 2013 at 1:20 AM, Marek Novotny
No problem, you asked for Seam3 synchronization, right? I can see it in
https://community.jboss.org/wiki/MavenRepositoryCentralSynchronization
, but there is no link to howto get something in.
What is the process to add something to Maven Central
synchronization? Could you help me with that?
Post by Jason Porter
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
No specific reason, only that it wasn't the priority for
Seam2 to be in Central.
Post by Jason Porter
Is there any reason we're not syncing these artifacts
(the community bits) to Central?
--
Jason Porter
http://en.gravatar.com/lightguardjp
--
Marek Novotny
--
WFK and Seam Product Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
_______________________________________________
seam-dev mailing list
https://lists.jboss.org/mailman/listinfo/seam-dev
Marek Novotny
2013-08-28 14:24:32 UTC
Permalink
well, but that involves a dedicated person, which needs to go through
all released versions and verify that all dependencies come from Maven
Central. I know/suppose that this verification has to be done before
Central sync is setup.
Artifacts in central need to be self contained in Central repo.

Old releases certainly are affected by a relation to
repository.jboss.org and in parallel by unique GAV which are not in
Central at all.
Post by Jason Porter
I don't see a reason why we shouldn't sync non final artifacts.
If the artifacts are already in JBoss Nexus instance, we should be
fine to simply sync them to central. We'll need to remove any
instances of the JBoss repo from the poms and make sure all the other
dependencies are in central too, but that shouldn't take long.
—
Sent from Mailbox <https://www.dropbox.com/mailbox> for iPhone
I find out that we need to contact Joel Orlina from sonatype and ask for
the synchronization.
Do we have any special requirements for that?
I would let to ask for synchronization of Seam 2.3.1.Final artifacts
only or you have different idea?
Post by Jason Porter
I can't find it (big surprise, searching through docspace, right?).
Paul Gier should be the man to talk to though.
On Wed, Jul 31, 2013 at 7:33 AM, Jason Porter
IIRC there's a docspace page or some one at Sonatype we talk to.
I'll dig a big more. Paul Would also know.
—
Sent from Mailbox <https://www.dropbox.com/mailbox> for iPhone
On Wed, Jul 31, 2013 at 1:20 AM, Marek Novotny
No problem, you asked for Seam3 synchronization, right? I can see it in
https://community.jboss.org/wiki/MavenRepositoryCentralSynchronization
Post by Jason Porter
, but there is no link to howto get something in.
What is the process to add something to Maven Central
synchronization? Could you help me with that?
Post by Jason Porter
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
No specific reason, only that it wasn't the priority for
Seam2 to be in Central.
Post by Jason Porter
Is there any reason we're not syncing these artifacts
(the community bits) to Central?
--
Jason Porter
http://en.gravatar.com/lightguardjp
--
Marek Novotny
--
WFK and Seam Product Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
_______________________________________________
seam-dev mailing list
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
Jason Porter
2013-08-28 14:25:50 UTC
Permalink
Ah. Are the final artifacts not affected by this?

—
Sent from Mailbox for iPhone
Post by Marek Novotny
well, but that involves a dedicated person, which needs to go through
all released versions and verify that all dependencies come from Maven
Central. I know/suppose that this verification has to be done before
Central sync is setup.
Artifacts in central need to be self contained in Central repo.
Old releases certainly are affected by a relation to
repository.jboss.org and in parallel by unique GAV which are not in
Central at all.
Post by Jason Porter
I don't see a reason why we shouldn't sync non final artifacts.
If the artifacts are already in JBoss Nexus instance, we should be
fine to simply sync them to central. We'll need to remove any
instances of the JBoss repo from the poms and make sure all the other
dependencies are in central too, but that shouldn't take long.
—
Sent from Mailbox <https://www.dropbox.com/mailbox> for iPhone
I find out that we need to contact Joel Orlina from sonatype and ask for
the synchronization.
Do we have any special requirements for that?
I would let to ask for synchronization of Seam 2.3.1.Final artifacts
only or you have different idea?
Post by Jason Porter
I can't find it (big surprise, searching through docspace, right?).
Paul Gier should be the man to talk to though.
On Wed, Jul 31, 2013 at 7:33 AM, Jason Porter
IIRC there's a docspace page or some one at Sonatype we talk to.
I'll dig a big more. Paul Would also know.
—
Sent from Mailbox <https://www.dropbox.com/mailbox> for iPhone
On Wed, Jul 31, 2013 at 1:20 AM, Marek Novotny
No problem, you asked for Seam3 synchronization, right? I can see it in
https://community.jboss.org/wiki/MavenRepositoryCentralSynchronization
Post by Jason Porter
, but there is no link to howto get something in.
What is the process to add something to Maven Central
synchronization? Could you help me with that?
Post by Jason Porter
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
No specific reason, only that it wasn't the priority for
Seam2 to be in Central.
Post by Jason Porter
Is there any reason we're not syncing these artifacts
(the community bits) to Central?
--
Jason Porter
http://en.gravatar.com/lightguardjp
--
Marek Novotny
--
WFK and Seam Product Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
_______________________________________________
seam-dev mailing list
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
Marek Novotny
2013-08-28 14:28:01 UTC
Permalink
I can say that only about latest (2.3.x) releases from top of my head.
Post by Jason Porter
Ah. Are the final artifacts not affected by this?
—
Sent from Mailbox <https://www.dropbox.com/mailbox> for iPhone
well, but that involves a dedicated person, which needs to go
through all released versions and verify that all dependencies
come from Maven Central. I know/suppose that this verification has
to be done before Central sync is setup.
Artifacts in central need to be self contained in Central repo.
Old releases certainly are affected by a relation to
repository.jboss.org and in parallel by unique GAV which are not
in Central at all.
Post by Jason Porter
I don't see a reason why we shouldn't sync non final artifacts.
If the artifacts are already in JBoss Nexus instance, we should
be fine to simply sync them to central. We'll need to remove any
instances of the JBoss repo from the poms and make sure all the
other dependencies are in central too, but that shouldn't take
long.
—
Sent from Mailbox <https://www.dropbox.com/mailbox> for iPhone
On Wed, Aug 28, 2013 at 6:25 AM, Marek Novotny
I find out that we need to contact Joel Orlina from sonatype and ask for
the synchronization.
Do we have any special requirements for that?
I would let to ask for synchronization of Seam 2.3.1.Final artifacts
only or you have different idea?
Post by Jason Porter
I can't find it (big surprise, searching through docspace,
right?).
Post by Jason Porter
Paul Gier should be the man to talk to though.
On Wed, Jul 31, 2013 at 7:33 AM, Jason Porter
IIRC there's a docspace page or some one at Sonatype we
talk to.
Post by Jason Porter
I'll dig a big more. Paul Would also know.
—
Sent from Mailbox <https://www.dropbox.com/mailbox> for iPhone
On Wed, Jul 31, 2013 at 1:20 AM, Marek Novotny
No problem, you asked for Seam3 synchronization, right? I can
see it in
https://community.jboss.org/wiki/MavenRepositoryCentralSynchronization
Post by Jason Porter
, but there is no link to howto get something in.
What is the process to add something to Maven Central
synchronization? Could you help me with that?
Post by Jason Porter
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
No specific reason, only that it wasn't the priority for
Seam2 to be in Central.
Post by Jason Porter
Is there any reason we're not syncing these artifacts
(the community bits) to Central?
--
Jason Porter
http://en.gravatar.com/lightguardjp
--
Marek Novotny
--
WFK and Seam Product Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
_______________________________________________
seam-dev mailing list
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
--
Marek Novotny
--
WFK and Seam Product Lead

Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
Pete Muir
2013-08-29 09:24:35 UTC
Permalink
It makes sense to only sync stuff that we are sure about.
Post by Marek Novotny
I can say that only about latest (2.3.x) releases from top of my head.
Post by Jason Porter
Ah. Are the final artifacts not affected by this?

Sent from Mailbox for iPhone
well, but that involves a dedicated person, which needs to go through all released versions and verify that all dependencies come from Maven Central. I know/suppose that this verification has to be done before Central sync is setup.
Artifacts in central need to be self contained in Central repo.
Old releases certainly are affected by a relation to repository.jboss.org and in parallel by unique GAV which are not in Central at all.
Post by Jason Porter
I don't see a reason why we shouldn't sync non final artifacts.
If the artifacts are already in JBoss Nexus instance, we should be fine to simply sync them to central. We'll need to remove any instances of the JBoss repo from the poms and make sure all the other dependencies are in central too, but that shouldn't take long.

Sent from Mailbox for iPhone
I find out that we need to contact Joel Orlina from sonatype and ask for
the synchronization.
Do we have any special requirements for that?
I would let to ask for synchronization of Seam 2.3.1.Final artifacts
only or you have different idea?
Post by Jason Porter
I can't find it (big surprise, searching through docspace, right?).
Paul Gier should be the man to talk to though.
IIRC there's a docspace page or some one at Sonatype we talk to.
I'll dig a big more. Paul Would also know.

Sent from Mailbox <https://www.dropbox.com/mailbox> for iPhone
On Wed, Jul 31, 2013 at 1:20 AM, Marek Novotny
No problem, you asked for Seam3 synchronization, right? I can see it in
https://community.jboss.org/wiki/MavenRepositoryCentralSynchronization
, but there is no link to howto get something in.
What is the process to add something to Maven Central
synchronization? Could you help me with that?
Post by Jason Porter
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
No specific reason, only that it wasn't the priority for
Seam2 to be in Central.
Post by Jason Porter
Is there any reason we're not syncing these artifacts
(the community bits) to Central?
--
Jason Porter
http://en.gravatar.com/lightguardjp
--
Marek Novotny
--
WFK and Seam Product Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
_______________________________________________
seam-dev mailing list
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
--
Marek Novotny
--
WFK and Seam Product Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
_______________________________________________
seam-dev mailing list
https://lists.jboss.org/mailman/listinfo/seam-dev
Loading...