Re: github plugin?

2013-06-03 Thread Aldrin Leal
Wouldn't scm:bootstrap work?

--
-- Aldrin Leal, ald...@leal.eng.br
Master your EC2-fu! Get the latest ekaterminal public beta
http://www.ingenieux.com.br/products/ekaterminal/


On Mon, Jun 3, 2013 at 6:32 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote:

 Hi guys,

 is there any maven github plugin (or any plan)? the goal would be to get
 what we have with gem for instance in ruby world to be able to clone a repo
 from the build to consider it as a dependency.

 For java (and script jsr in particular) it would be great to get an
 additional step: resource copy selection. Basically here what it would be
 an interesting workflow:
 1) git clone a branch on a repo in ${repo}
 2) copy folder F or ${repo} in target/classes (copying the whole repo will
 make the scripting JSR - aka JSR223 - not found the scripts in general)

 wdyt?

 *Romain Manni-Bucau*
 *Twitter: @rmannibucau https://twitter.com/rmannibucau*
 *Blog: **http://rmannibucau.wordpress.com/*
 http://rmannibucau.wordpress.com/
 *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
 *Github: https://github.com/rmannibucau*



Re: github plugin?

2013-06-03 Thread Romain Manni-Bucau
looks close yes, didn't know it, then playing with some file operation can
work

thanks

*Romain Manni-Bucau*
*Twitter: @rmannibucau https://twitter.com/rmannibucau*
*Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/6/3 Aldrin Leal ald...@leal.eng.br

 Wouldn't scm:bootstrap work?

 --
 -- Aldrin Leal, ald...@leal.eng.br
 Master your EC2-fu! Get the latest ekaterminal public beta
 http://www.ingenieux.com.br/products/ekaterminal/


 On Mon, Jun 3, 2013 at 6:32 AM, Romain Manni-Bucau rmannibu...@gmail.com
 wrote:

  Hi guys,
 
  is there any maven github plugin (or any plan)? the goal would be to get
  what we have with gem for instance in ruby world to be able to clone a
 repo
  from the build to consider it as a dependency.
 
  For java (and script jsr in particular) it would be great to get an
  additional step: resource copy selection. Basically here what it would be
  an interesting workflow:
  1) git clone a branch on a repo in ${repo}
  2) copy folder F or ${repo} in target/classes (copying the whole repo
 will
  make the scripting JSR - aka JSR223 - not found the scripts in general)
 
  wdyt?
 
  *Romain Manni-Bucau*
  *Twitter: @rmannibucau https://twitter.com/rmannibucau*
  *Blog: **http://rmannibucau.wordpress.com/*
  http://rmannibucau.wordpress.com/
  *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
  *Github: https://github.com/rmannibucau*
 



Re: github plugin?

2013-06-03 Thread Romain Manni-Bucau
Awesome! Thanks again, still need to go a bit deeper but it works:
https://github.com/rmannibucau/landslide-maven-plugin/blob/master/pom.xml

*Romain Manni-Bucau*
*Twitter: @rmannibucau https://twitter.com/rmannibucau*
*Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/6/3 Romain Manni-Bucau rmannibu...@gmail.com

 looks close yes, didn't know it, then playing with some file operation can
 work

 thanks

 *Romain Manni-Bucau*
 *Twitter: @rmannibucau https://twitter.com/rmannibucau*
 *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/
 *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
 *Github: https://github.com/rmannibucau*



 2013/6/3 Aldrin Leal ald...@leal.eng.br

 Wouldn't scm:bootstrap work?

 --
 -- Aldrin Leal, ald...@leal.eng.br
 Master your EC2-fu! Get the latest ekaterminal public beta
 http://www.ingenieux.com.br/products/ekaterminal/


 On Mon, Jun 3, 2013 at 6:32 AM, Romain Manni-Bucau rmannibu...@gmail.com
 wrote:

  Hi guys,
 
  is there any maven github plugin (or any plan)? the goal would be to get
  what we have with gem for instance in ruby world to be able to clone a
 repo
  from the build to consider it as a dependency.
 
  For java (and script jsr in particular) it would be great to get an
  additional step: resource copy selection. Basically here what it would
 be
  an interesting workflow:
  1) git clone a branch on a repo in ${repo}
  2) copy folder F or ${repo} in target/classes (copying the whole repo
 will
  make the scripting JSR - aka JSR223 - not found the scripts in general)
 
  wdyt?
 
  *Romain Manni-Bucau*
  *Twitter: @rmannibucau https://twitter.com/rmannibucau*
  *Blog: **http://rmannibucau.wordpress.com/*
  http://rmannibucau.wordpress.com/
  *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
  *Github: https://github.com/rmannibucau*
 





Re: github plugin?

2013-06-03 Thread Chris Graham
Use the exec plugin?

-Chris

Sent from my iPhone

On 03/06/2013, at 7:32 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote:

 Hi guys,
 
 is there any maven github plugin (or any plan)? the goal would be to get
 what we have with gem for instance in ruby world to be able to clone a repo
 from the build to consider it as a dependency.
 
 For java (and script jsr in particular) it would be great to get an
 additional step: resource copy selection. Basically here what it would be
 an interesting workflow:
 1) git clone a branch on a repo in ${repo}
 2) copy folder F or ${repo} in target/classes (copying the whole repo will
 make the scripting JSR - aka JSR223 - not found the scripts in general)
 
 wdyt?
 
 *Romain Manni-Bucau*
 *Twitter: @rmannibucau https://twitter.com/rmannibucau*
 *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/
 *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
 *Github: https://github.com/rmannibucau*

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: github plugin?

2013-06-03 Thread Romain Manni-Bucau
scm plugin is what i was looking for, exec plugin was not portable enough

*Romain Manni-Bucau*
*Twitter: @rmannibucau https://twitter.com/rmannibucau*
*Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/6/3 Chris Graham chrisgw...@gmail.com

 Use the exec plugin?

 -Chris

 Sent from my iPhone

 On 03/06/2013, at 7:32 PM, Romain Manni-Bucau rmannibu...@gmail.com
 wrote:

  Hi guys,
 
  is there any maven github plugin (or any plan)? the goal would be to get
  what we have with gem for instance in ruby world to be able to clone a
 repo
  from the build to consider it as a dependency.
 
  For java (and script jsr in particular) it would be great to get an
  additional step: resource copy selection. Basically here what it would be
  an interesting workflow:
  1) git clone a branch on a repo in ${repo}
  2) copy folder F or ${repo} in target/classes (copying the whole repo
 will
  make the scripting JSR - aka JSR223 - not found the scripts in general)
 
  wdyt?
 
  *Romain Manni-Bucau*
  *Twitter: @rmannibucau https://twitter.com/rmannibucau*
  *Blog: **http://rmannibucau.wordpress.com/*
 http://rmannibucau.wordpress.com/
  *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
  *Github: https://github.com/rmannibucau*

 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org




Re: github plugin?

2013-06-03 Thread Aldrin Leal
I wonder if commons-vfs does offer some scm functionality. If it doesn't,
it would be just as amazing...


--
-- Aldrin Leal, ald...@leal.eng.br
Master your EC2-fu! Get the latest ekaterminal public beta
http://www.ingenieux.com.br/products/ekaterminal/


On Mon, Jun 3, 2013 at 10:00 AM, Romain Manni-Bucau
rmannibu...@gmail.comwrote:

 scm plugin is what i was looking for, exec plugin was not portable enough

 *Romain Manni-Bucau*
 *Twitter: @rmannibucau https://twitter.com/rmannibucau*
 *Blog: **http://rmannibucau.wordpress.com/*
 http://rmannibucau.wordpress.com/
 *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
 *Github: https://github.com/rmannibucau*



 2013/6/3 Chris Graham chrisgw...@gmail.com

  Use the exec plugin?
 
  -Chris
 
  Sent from my iPhone
 
  On 03/06/2013, at 7:32 PM, Romain Manni-Bucau rmannibu...@gmail.com
  wrote:
 
   Hi guys,
  
   is there any maven github plugin (or any plan)? the goal would be to
 get
   what we have with gem for instance in ruby world to be able to clone a
  repo
   from the build to consider it as a dependency.
  
   For java (and script jsr in particular) it would be great to get an
   additional step: resource copy selection. Basically here what it would
 be
   an interesting workflow:
   1) git clone a branch on a repo in ${repo}
   2) copy folder F or ${repo} in target/classes (copying the whole repo
  will
   make the scripting JSR - aka JSR223 - not found the scripts in general)
  
   wdyt?
  
   *Romain Manni-Bucau*
   *Twitter: @rmannibucau https://twitter.com/rmannibucau*
   *Blog: **http://rmannibucau.wordpress.com/*
  http://rmannibucau.wordpress.com/
   *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
   *Github: https://github.com/rmannibucau*
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
  For additional commands, e-mail: dev-h...@maven.apache.org