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?

-- 

Founder/CEO Spinn3r.com
Location: *San Francisco, CA*
blog: http://burtonator.wordpress.com
… or check out my Google+ profile
https://plus.google.com/102718274791889610666/posts
http://spinn3r.com


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 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?

 --

 Founder/CEO Spinn3r.com
 Location: *San Francisco, CA*
 blog: http://burtonator.wordpress.com
 … or check out my Google+ profile
 https://plus.google.com/102718274791889610666/posts
 http://spinn3r.com



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 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 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?
 
  --
 
  Founder/CEO Spinn3r.com
  Location: *San Francisco, CA*
  blog: http://burtonator.wordpress.com
  … or check out my Google+ profile
  https://plus.google.com/102718274791889610666/posts
  http://spinn3r.com
 




-- 

Founder/CEO Spinn3r.com
Location: *San Francisco, CA*
blog: http://burtonator.wordpress.com
… or check out my Google+ profile
https://plus.google.com/102718274791889610666/posts
http://spinn3r.com


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 execution deploy and consume by
 your
  web module
 
 
  On Thu, Sep 4, 2014 at 5:04 PM, Kevin Burton bur...@spinn3r.com
 javascript:; 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 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?
  
   --
  
   Founder/CEO Spinn3r.com
   Location: *San Francisco, CA*
   blog: http://burtonator.wordpress.com
   … or check out my Google+ profile
   https://plus.google.com/102718274791889610666/posts
   http://spinn3r.com
  
 



 --

 Founder/CEO Spinn3r.com
 Location: *San Francisco, CA*
 blog: http://burtonator.wordpress.com
 … or check out my Google+ profile
 https://plus.google.com/102718274791889610666/posts
 http://spinn3r.com



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
 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 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 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?
  
   --
  
   Founder/CEO Spinn3r.com
   Location: *San Francisco, CA*
   blog: http://burtonator.wordpress.com
   … or check out my Google+ profile
   https://plus.google.com/102718274791889610666/posts
   http://spinn3r.com
  
 



 --

 Founder/CEO Spinn3r.com
 Location: *San Francisco, CA*
 blog: http://burtonator.wordpress.com
 … or check out my Google+ profile
 https://plus.google.com/102718274791889610666/posts
 http://spinn3r.com