On Wed, Jul 8, 2009 at 10:05 PM, Tim O'Brien<[email protected]> wrote:
>
> I announced the book as an open source project (Creative Commons ND-NC-BY) in
> April.   It took us that long to clear up some lingering questions about
> licensing.  Here's the announcement: http://tr.im/rnDc
>
> If you want to see the code for the EN version:
>
> http://github.com/sonatype/maven-guide-en/tree/master
>
> If you are looking for a better multi-module approach to building a book,
> look at the Nexus book.   This project separates examples, content, various
> formats, and the site into separate projects.
>
> http://github.com/sonatype/nexus-book/tree/master

The nexus version needs a non SNAPSHOT version of the maven-release-plugin...

      <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
                <version>2.0-beta-9</version>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to