On 29 Aug 2009, at 13:08, Snjezana Peco wrote:
> Does that mean that the mavenized Seam Web Project wizard wouldn't work
> with EAP 5.0 or we would use the 2.2.0.GA Maven Seam version?
> Currently, if the user chooses Seam facet 2.2, the JBoss Maven
> Integration facet offers the 2.2.0.GA version that the user can change.
>
> Snjeza
>
> Max Rydahl Andersen wrote:
>> Looking in the manifest is the correct place to look afaik.
>>
>> As long as there are no Maven repo for our products we can only make
>> the maven integration work with .org versions.
>>
>> /max
>>
>> Snjezana Peco wrote:
>>> I have tried to find Maven versions of Seam and required libraries in
>>> order to fix
https://jira.jboss.org/jira/browse/JBIDE-4813.
>>> I have succeeded to find versions of the required libraries in
>>> <SEAM_HOME>/build/root.pom.xml, but haven't succeeded to find the
>>> version of Seam (root.pom.xml contains @seam.version@).
These are replaced at build time with the current version of Seam.
>>> I have also
>>> tried to find the version of Seam within the jboss-seam.jar file. For
>>> EAP 5.0, the jboss-seam.jar file contains the 2.2.0.EAP version that
>>> isn't any Maven version.
>>> Is it possible to find the Maven version of Seam within any Seam
>>> distribution?
Look in build/default.build.properties
Within the EAP 5.0 distribution, this file contains 2.2.0.EAP5 which is
not a Maven version.
Snjeza