Hi,

as of Castor 1.0.4, we have started to place Maven 2 artefacts of Castor
at the Codehaus repository.

To include Castor 1.0.4 and future releases in your Maven 2 project(s),
please add the following Maven 2 dependency to your project POM.

<dependency>
   <groupId>org.codehaus.castor</groupId>
   <artifactId>castor</artifactId>
   <version>1.0.4</version>
</dependency>

and make sure you include the Codehaus Maven 2 repository in your
POM similar to

<repository>
    <id>codehaus-snapshots</id>
    <name>Maven Codehaus Snapshots</name>
    <url>http://maven.codehaus.org/maven2/</url>
</repository>

Once Castor 1.0.4 will have been propagated to the main Maven 2
repository at ibiblio (http://www.ibiblio.org/maven2), adding just the
dependency will be sufficient.

As we are working towards 1.0.5, we will try to make snapshots available
as we make progress with existing/newly created Jira issues. Please
consult with the relevant release section at

http://jira.codehaus.org/browse/CASTOR

to get an idea what's been fixed as part of a (planned) release.

As usual, please report any issues with these Maven 2 (snapshot)
releases through Jira at

http://jira.codehaus.org/browse/CASTOR.

Please note that we have started to work on making the individuals
parts of Castor (Castor XML, Castor JDO, Castor XML code generator,
etc.) available as separate Maven 2 modules/artefacts. We hope that we
will have parts thereof ready in time for the 1.0.5 release. As it
stands currently, only the XML code generator Ant task definition has
been made available at the Codehaus snapshot repository.

Thanks
Werner Guttmann
The Castor project, committer


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to