Re: maven-dependency-plugin unpacking aar format?

2014-09-04 Thread Jörg Hohwiller
Hi there, just my few cents... An artifact type is something quite central. IMHO it is not the best way to force all artifacts to keep the information how to unpack it in their POMs and then magically fiddle it out from there. If I type mvn foo and there is a maven-foo-plugin or

packaging site/doxia content into another multi-module?

2014-09-04 Thread Kevin Burton
I have a multi-module maven build. In module A I have a site that I generate from doxia which is my products documentation. I have another mobile B, that hosts my console / web app and I want the docs to be packaged here and served from a static Jetty container. What are my options here? --

Re: packaging site/doxia content into another multi-module?

2014-09-04 Thread Dan Tran
you may be able to execute a site:jar execution deploy and consume by your web module On Thu, Sep 4, 2014 at 5:04 PM, Kevin Burton bur...@spinn3r.com wrote: I have a multi-module maven build. In module A I have a site that I generate from doxia which is my products documentation. I have

[ANN] Apache Archiva 2.1.1 Released

2014-09-04 Thread Olivier Lamy
The Apache Archiva team is pleased to announce the release of Archiva 2.1.1. Archiva is available for download from the web site. Archiva is an application for managing one or more remote repositories, including administration, artifact handling, browsing and searching. If you have any

Re: packaging site/doxia content into another multi-module?

2014-09-04 Thread Kevin Burton
I was thinking about that but it would be nice if I could use a real dependency... On Thu, Sep 4, 2014 at 5:30 PM, Dan Tran dant...@gmail.com wrote: you may be able to execute a site:jar execution deploy and consume by your web module On Thu, Sep 4, 2014 at 5:04 PM, Kevin Burton

Re: packaging site/doxia content into another multi-module?

2014-09-04 Thread Dan Tran
Why not? On Thursday, September 4, 2014, Kevin Burton bur...@spinn3r.com wrote: I was thinking about that but it would be nice if I could use a real dependency... On Thu, Sep 4, 2014 at 5:30 PM, Dan Tran dant...@gmail.com javascript:; wrote: you may be able to execute a site:jar

Re: packaging site/doxia content into another multi-module?

2014-09-04 Thread Dan Tran
http://maven.apache.org/plugins/maven-site-plugin/jar-mojo.html On Thu, Sep 4, 2014 at 8:11 PM, Dan Tran dant...@gmail.com wrote: Why not? On Thursday, September 4, 2014, Kevin Burton bur...@spinn3r.com wrote: I was thinking about that but it would be nice if I could use a real