Re: Can the maven-upload-plugin be used in a open source project?

2009-01-21 Thread Jaikiran

David, Tim and Dan - extremely sorry about this delayed reply. I actually
read these replies immediately when you posted but since it was too late in
the night, i just rushed home with replying and forgot about this until
today :)

David and Tim, thanks for explaining the licenses to me - that helped.

Dan, thanks for pointing me to the moved plugin. I will give it a try.


-- 
View this message in context: 
http://www.nabble.com/Can-the-maven-upload-plugin-be-used-in-a-open-source-project--tp21543256p21598800.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Can the maven-upload-plugin be used in a open source project?

2009-01-19 Thread Jaikiran

I was working on a Maven project and was looking for a plugin which could
upload some documentation to some remote location. While searching this
mailing list i came across the maven-upload-plugin which is hosted at 
http://repository.atlassian.com/maven2/com/atlassian/maven/plugins/maven-upload-plugin/1.1/
http://repository.atlassian.com/maven2/com/atlassian/maven/plugins/maven-upload-plugin/1.1/
 

Its exactly what i was looking for. But is that plugin meant to be used in a
open source project? I am curious since the plugin is hosted at a *.com
domain. Any inputs?


-- 
View this message in context: 
http://www.nabble.com/Can-the-maven-upload-plugin-be-used-in-a-open-source-project--tp21543256p21543256.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: Can the maven-upload-plugin be used in a open source project?

2009-01-19 Thread David Delbecq
En l'instant précis du 19/01/2009 14:43, Jaikiran s'exprimait en ces
termes:
 I was working on a Maven project and was looking for a plugin which could
 upload some documentation to some remote location. While searching this
 mailing list i came across the maven-upload-plugin which is hosted at 
 http://repository.atlassian.com/maven2/com/atlassian/maven/plugins/maven-upload-plugin/1.1/
 http://repository.atlassian.com/maven2/com/atlassian/maven/plugins/maven-upload-plugin/1.1/
  

 Its exactly what i was looking for. But is that plugin meant to be used in a
 open source project? I am curious since the plugin is hosted at a *.com
 domain. Any inputs?


   
You should ask atlassian what are de licensing terms for this artifacts.
Anyway, it's not because a plugin is commercial or closed source that
it's use is incompatible with an open source project. What you can't do
without atlassian authorisation is distribute their plugin, but as long
as it's them distributing it, you are not impacted by licensing. What
could be a problem to you is if atlassian stop distributing it :)
The opensource nature of a project related to the distribution licences
and execution of this project, not to it's build process. If you want to
create an open source project that request an expensive development
suite to be build, you can do it, you will just have more trouble
finding developper in te open source communities :)

-- 
David Delbecq
ICT
Institut Royal Météorologique
Ext:557


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



Re: Can the maven-upload-plugin be used in a open source project?

2009-01-19 Thread Tim Kettler

Jaikiran schrieb:

I was working on a Maven project and was looking for a plugin which could
upload some documentation to some remote location. While searching this
mailing list i came across the maven-upload-plugin which is hosted at 
http://repository.atlassian.com/maven2/com/atlassian/maven/plugins/maven-upload-plugin/1.1/
http://repository.atlassian.com/maven2/com/atlassian/maven/plugins/maven-upload-plugin/1.1/ 


Its exactly what i was looking for. But is that plugin meant to be used in a
open source project? I am curious since the plugin is hosted at a *.com
domain. Any inputs?


As the plugin inherits [1] from the Atlassian public parent pom [2] that 
defines the license as BSD you should be ok.


-Tim

[1] 
http://repository.atlassian.com/maven2/com/atlassian/maven/plugins/maven-upload-plugin/1.1/maven-upload-plugin-1.1.pom
[2] 
http://repository.atlassian.com/maven2/com/atlassian/pom/atlassian-public-pom/18/atlassian-public-pom-18.pom


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



Re: Can the maven-upload-plugin be used in a open source project?

2009-01-19 Thread Dan Tran
atlassian has moved this plugin to codehaus and become
wagon-maven-plugin which can do both download and upload

-D

On Mon, Jan 19, 2009 at 5:58 AM, Tim Kettler tim.kett...@udo.edu wrote:
 Jaikiran schrieb:

 I was working on a Maven project and was looking for a plugin which could
 upload some documentation to some remote location. While searching this
 mailing list i came across the maven-upload-plugin which is hosted at
 http://repository.atlassian.com/maven2/com/atlassian/maven/plugins/maven-upload-plugin/1.1/

 http://repository.atlassian.com/maven2/com/atlassian/maven/plugins/maven-upload-plugin/1.1/
 Its exactly what i was looking for. But is that plugin meant to be used in
 a
 open source project? I am curious since the plugin is hosted at a *.com
 domain. Any inputs?

 As the plugin inherits [1] from the Atlassian public parent pom [2] that
 defines the license as BSD you should be ok.

 -Tim

 [1]
 http://repository.atlassian.com/maven2/com/atlassian/maven/plugins/maven-upload-plugin/1.1/maven-upload-plugin-1.1.pom
 [2]
 http://repository.atlassian.com/maven2/com/atlassian/pom/atlassian-public-pom/18/atlassian-public-pom-18.pom

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



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