You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Wendy Smoak <ws...@gmail.com> on 2006/01/16 05:50:30 UTC

[shale] Maven build - groupId changed to 'struts'

Shale's Maven 1 build has had 'shale' as the groupId, leading to its
artifacts landing in ~/.maven/repository/shale/.  I just changed the
groupId to 'struts'.

If you are using the Maven build and using the artifacts in your own
projects, you'll need to adjust your dependencies, for example:

<dependencies>
    <dependency>
      <groupId>struts</groupId>
      <artifactId>shale-core</artifactId>
      <version>1.0.1-SNAPSHOT</version>
    </dependency>
...
</dependencies>

In addition, the 1.0.0 Alpha and 1.0.1-SNAPSHOT (a recent nightly
build, renamed) jars are in the internal m1 repository:
   http://cvs.apache.org/repository/struts/jars/

It will probably be necessary to execute 'maven build-all' from
struts/current/shale/build once to get everything in order.  After
that you should be able to build modules individually.

You can use "-o" (offline) on the command line to prevent m1 from
constantly checking the repository for updates.

Let us know if you have any problems with the build.

Thanks,
--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org