RE: How to make release:prepare ask for password?

2012-09-21 Thread Magne Nordtveit
sword=blabla /Anders On Fri, Sep 21, 2012 at 11:52 AM, Magne Nordtveit wrote: > How can I make the release-plugin ask for a password when it needs it, rather > than having to either a) provide it as a property when building, or b) > putting it in a settings.xml file or equivalent. I don&#

RE: How to make release:prepare ask for password?

2012-09-21 Thread Magne Nordtveit
make release:prepare ask for password? Hi, you can encrypt passwords in settings.xml: http://maven.apache.org/guides/mini/guide-encryption.html. Regards, htfv (Aliaksei Lahachou) On Fri, Sep 21, 2012 at 11:52 AM, Magne Nordtveit wrote: > How can I make the release-plugin ask for a pa

How to make release:prepare ask for password?

2012-09-21 Thread Magne Nordtveit
where, or in a settings.xml file everybody knows where is... Thanks, -- Magne Nordtveit Senior Systems Engineer Mobile: +47 957 20 187 Offshore Simulator Centre AS Visiting address: Borgundvegen 340, N-6009, Aalesund, Norway Postal address: Borgundvegen 340, N-6009, Aalesund, Norway www.offs

Re: How to know programatically the SNAPSHOT version

2008-10-02 Thread Magne Nordtveit
re is a build number generating maven plugin you can use. I think i have seen something like that earlier. Magne [1] - http://maven.apache.org/plugins/maven-resources-plugin/ -- Magne Nordtveit <[EMAIL PROTECTED]> Systems Engineer Offshore Simulator Centre AS http://www.offsimcentre.no

Re: AW: Updating pom versions without using release plugin

2008-09-18 Thread Magne Nordtveit
What you CAN do, is perform a release:branch and then just delete the branch. Abit messy, but saves you the time of manually doing it. If you have multiple sub projects, that can save you loads of time. But your wish has my vote ;-) Magne -- Magne Nordtveit <[EMAIL PROTECTED]> S

Re: jar:jar with classifier runs twice.

2008-07-29 Thread Magne Nordtveit
ry to pull it out of the execution [...] org.apache.maven.plugins maven-jar-plugin ${environment.suffix} jar I havn't tested it, but it should do the trick. Magne -- Magne Nordtveit <[EMAIL PROTECTED]> Systems Engineer Offshore S

Re: [m2] What triggers attempt to download from: http://cvs.apache.org/maven-snapshot-repository ?

2008-07-29 Thread Magne Nordtveit
change it. A better way of doing it is to add a block in your settings.xml file as Wendy suggested. Magne -- Magne Nordtveit <[EMAIL PROTECTED]> Systems Engineer Offshore Simulator Centre AS http://www.offsimcentre.no signature.asc Description: This is a digitally signed message part.

Re: mvn exec:java is giving error

2008-07-29 Thread Magne Nordtveit
tells Maven to look at org.codehaus.mojo: for plugins aswell. Regards, Magne -- Magne Nordtveit <[EMAIL PROTECTED]> Systems Engineer Offshore Simulator Centre AS http://www.offsimcentre.no signature.asc Description: This is a digitally signed message part.

Continuum + Tomcat: Not using settings.xml?

2008-07-22 Thread Magne Nordtveit
its parent POM is available or add it first in Continuum." error message, and no usefull output from the logs either... Hope somebody recognises my mistake :-) Regards, Magne -- Magne Nordtveit <[EMAIL PROTECTED]> Systems Engineer Offshore Simulator Centre AS http:

Continuum and Archiva mail address.

2008-07-22 Thread Magne Nordtveit
Repository Manager", and the same with Continuum. But I can't find out how to configure the sender... -- Magne Nordtveit <[EMAIL PROTECTED]> Systems Engineer Offshore Simulator Centre AS http://www.offsimcentre.no --

Re: prevent javadoc during release

2008-07-14 Thread Magne Nordtveit
erform -DuseReleaseProfile=false This will disable the attachment of javadoc and sources. Regards, Magne -- Magne Nordtveit <[EMAIL PROTECTED]> Systems Engineer Offshore Simulator Centre AS http://www.offsimcentre.no - To unsubscribe, e-

Re: Odd warning in assembly plugin

2008-07-01 Thread Magne Nordtveit
o will go over the Grouper and Signet poms with a fine-toothed > comb to see what, if any, differences there are. I too get this warning, but only on projects that arn't originally Maven projects. (Ant build which is deployed with a deploy:deploy-file execution). -- Magne Nordtveit &

Re: How to generate POM for existed dependency?

2008-06-03 Thread Magne Nordtveit
a sidenote, I noticed when testing with the 2.1-SNAPSHOT that it actually required a pom on the artifacts that it downloads and uses as dependency. Thats when i had to setup a pom for all our third party libraries. I don't know if this is a bug, or if it is actually required in the 2.1 release

Re: How to generate POM for existed dependency?

2008-06-03 Thread Magne Nordtveit
lp you with that part. -- Magne Nordtveit <[EMAIL PROTECTED]> Systems Engineer Offshore Simulator Centre AS http://www.offsimcentre.no/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to generate POM for existed dependency?

2008-06-03 Thread Magne Nordtveit
cal repository, specify -DgeneratePom=true. If the artifact is automatically downloaded to your repository from another source (i.e. central) consider creating a thirdparty repo inhouse and deploy it to that (the -DgeneratePom=true should work for the deploy plugin aswell). -- Magne Nordtveit <[EMAIL PR

Re: Naming convention for multimoduled projects?

2008-05-22 Thread Magne Nordtveit
On Thu, 2008-05-22 at 15:23 +0200, simon wrote: > On Thu, 2008-05-22 at 15:02 +0200, Magne Nordtveit wrote: > > I'm just wondering, how do you name your artifacts in a large > > multimoduled project to avoid having two modules with the same > > artifact-id? > > &

Naming convention for multimoduled projects?

2008-05-22 Thread Magne Nordtveit
e and easily identified, but it might give some long file-names... I guess I'm just asking for suggestions here, or a pointer if it exists a best-practise on it? Cheers! Magne -- Magne Nordtveit <[EMAIL PROTECTED]> Systems Engineer Offshore Simulator Centre AS http://www

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Magne Nordtveit
> [X] Our team uses HTTP to retrieve our artifacts Magne - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]