Re: How to "mvn deploy" artifacts with atlassian-plugin

2007-12-24 Thread Dan Hardiker
Tom Huybrechts wrote: I'm assuming you have the source, and want to build and deploy it (opposed to having a binary and wanting do to a deploy-file). Correct, I am trying to deploy my atlassian-plugin (essentially just a plain old JAR) into a maven2 repository along with the other libraries.

Re: No access to internet after first download

2007-12-24 Thread Wendy Smoak
On Dec 24, 2007 10:17 AM, nash4403 <[EMAIL PROTECTED]> wrote: > How do I download the Maven 2.0 fom intranet and would not have access to > internet so no access to ibiblio.? > > We have 100's of developers and we would like to provide Maven through > intranet?They would never have an internet acc

Re: No access to internet after first download

2007-12-24 Thread nash4403
Thanks Jeremy.Can you please elaborate? I also have aset of libraries which my modules depend on.My concern is which maven libraries and plugins do I need to run maven on the developers boxes?Is there any guidelines on how to do this? Ari Jeremy wrote: > > If intranet is available then you

Re: No access to internet after first download

2007-12-24 Thread Ari Jeremy
If intranet is available then you can use tomcat and create your repository for the first time. Give the url (something like http://my-local-repo:8080/maven2) to all the developers. It is more like using your own repository instead of connecting to central. In this case you have to make sure that

Re: No access to internet after first download

2007-12-24 Thread Marat Radchenko
well, you could set up a maven repository and configure it to sync with maven central repo. 2007/12/24, nash4403 <[EMAIL PROTECTED]>: > > A simple question > > How do I download the Maven 2.0 fom intranet and would not have access to > internet so no access to ibiblio.? > > We have 100's of develo

Re: [M2] Reproducible build

2007-12-24 Thread Ryan Moquin
No prob. Hopefully something like that works out for you. Have a good holiday. On Dec 23, 2007 4:01 PM, Rémy Sanlaville <[EMAIL PROTECTED]> wrote: > Hi Ryan, > > Thanks for the link. > I will try it and let you know. > For the moment I am on holidays so it won't be before mi-January 2008. > > R

No access to internet after first download

2007-12-24 Thread nash4403
A simple question How do I download the Maven 2.0 fom intranet and would not have access to internet so no access to ibiblio.? We have 100's of developers and we would like to provide Maven through intranet?They would never have an internet access except intranet. How could we provide this func

RE: RE: Eclipse Maven2 Plugin

2007-12-24 Thread William Hoover
Right, but you can use maven-eclipse-plugin to create an eclipse project that is ready to use m2eclipse: http://maven.apache.org/plugins/maven-eclipse-plugin/m2eclipse-mojo.html -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Jan Torben Heuer Sent: Monday, December 24,

RE: Eclipse Maven2 Plugin

2007-12-24 Thread Jan Torben Heuer
Hi, > 5) Read http://maven.apache.org/plugins/maven-eclipse-plugin/usage.html afaik is m2eclipse != maven-eclipse-plugin. Jan -- Please try to use a nice quotation your mails and posts - To unsubscribe, e-mail: [EMAIL PROT

RE: Eclipse Maven2 Plugin

2007-12-24 Thread William Hoover
1) Set [path-to-your-local-repo] in [your-maven-install-dir]/conf/settings.xml 2) Make sure that you remove your ~/.m2 directory 3) Add the M2_REPO: mvn -Declipse.workspace= eclipse:add-maven-repo 4) mvn eclipse:clean eclipse:eclipse 5) Read http://maven.apache.org/plugins/maven-eclipse-plugin

[announce] Release Ounce-Maven-Plugin 1.0

2007-12-24 Thread Brian Fox
The mojo team is pleased to announce the release of the Ounce-Maven-Plugin 1.0. Ounce is a code security scanning tool produced by OunceLabs. The ounce plugin enables integration with Maven and automatic creation of Ounce application and project files as well as on demand scanning and site report i

Re: Errror while running the target mvn:archetype

2007-12-24 Thread Aneena
The error message I'm getting is as follows: Please look into it 1) D:\Annhunts>mvn -X archetype:create -DarchetypeArtifactId=maven-archetype-quicks tart -DgroupId=com.amexbf.example -DartifactId=maven-trial + Error stacktraces are turned on. Maven version: 2.0.8 Java version: 1.4.1_07 OS name:

Re: How to single step with debugger thru java spring-framework source code with Eclipse and maven?

2007-12-24 Thread nicolas de loof
You can also set this in you $HOME/.m2/settings.xml true so that you don't have to set -D... everytime you launch eclipse:eclipse 2007/12/24, Steinar Bang <[EMAIL PROTECTED]>: > > > "Jeff MAURY" <[EMAIL PROTECTED]>: > > > I you use the maven eclipse plugin, there is an option in the

Re: How to single step with debugger thru java spring-framework source code with Eclipse and maven?

2007-12-24 Thread Steinar Bang
> "Jeff MAURY" <[EMAIL PROTECTED]>: > I you use the maven eclipse plugin, there is an option in the > preference that tells maven to download source artifact as well as > binary artifact. Once you've checked this flag, when Eclipse buids > the classpath from you pom, the source artifact will

Re: Don't kill the messenger

2007-12-24 Thread Steinar Bang
> "Borut Bolčina" <[EMAIL PROTECTED]>: > Anybody saw this post? > http://fishbowl.pastiche.org/ I came in four days later. Presumably y'all are talking about this article: http://fishbowl.pastiche.org/2007/12/20/maven_broken_by_design --