The struts annotations jar is currently only used in Struts 2 core, but that doesn't have to be the case. In fact, we hope to use it in plugins inside and outside the Struts project, and it is certainly applicable to Struts 1 if it chose to use it. This is why it gets its own version number and uses the original package tree.

Don

Paul Benedict wrote:
Why isn't this considered version 2.0.3? We had a similar problem back in 1.x when we tried to do the whole independent Struts packaging at different version numbers. It was quickly apparent that there was no way to easily know which package was compatible with another package.

Also I noticed the package structure for Struts annotation is org.apache.struts, not org.apache.struts2, which does not appear correct -- especially since it is a Struts 2 dependency.

Any points here valid? Or have I totally missed the ball?

Thanks,
Paul

Don Brown wrote:
Worked great for me, +1

Don

Wendy Smoak wrote:
Struts Annotations 1.0.0 has been tagged and is available for testing
in the following Maven repository:

http://people.apache.org/builds/struts/struts-annotations-1.0.0/m2-staging-repository/

To test this build, temporarily add a repository to pom.xml or
settings.xml, and change the struts-annotations dependency version
number in the Struts2 build to "1.0.0".

<repository>
<id>struts-annotations-100-staging</id>
<name>Struts Annotations 1.0.0 Staging Repository</name>
<url>http://people.apache.org/builds/struts/struts-annotations-1.0.0/m2-staging-repository/</url>
</repository>

This is a build-time dependency for Struts 2, and there is no
distribution assembly, though source and javadoc jars are available in
the Maven repo.

Once you have had a chance to test this build, please vote on whether
to release it to the central Maven repository.

Thank you,


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to