Re: Module Interdependencies and NAR

2009-12-10 Thread Donszelmann Mark
Hi Benjamin,

On Dec 9, 2009, at 12:04 AM, Benjamin Bentmann wrote:

 Donszelmann Mark wrote:
 
 Is it correct that it compiles and tests fine without ever running into the 
 install phase... That is, maven probably sorts out that B is dependent on A, 
 and thus in this multi-module project:
 1. B does not download A,
 2. B just refers to module A.
 
 In principle yes, during a reactor build inter-module dependencies are 
 satisfied by the build output of the corresponding project, i.e. 
 target/some.jar or target/classes (if existent) in case we have no JAR 
 yet.

ok, so I want to do something similar for include directories and machine 
specific libraries both stored in A library under target created by the nar 
plugin. 

 
 I figured out how to get all the projects in a multi-module project, and can 
 calculate the path to the include and libs of A, BUT it seems like maven 
 still wants to download A before I can
 do anything, so maybe my assumption was incorrect ?
 
 It's not clear to me what your plugin does, when it does with respect to the 
 lifecycle and what the project setup looks like where you encounter problems.

the nar compiles and links c, c++ etc into libraries, and packs them in nar 
files (jars). These get attached to the main jar file and installed on the 
repository.
When downloaded by a dependent project they get unpacked in the local 
repository so that include files and libraries are available to the compiler.

For a multi-project not doing install I would need to search and find these 
libraries in the other modules. As they have not been packed, they are still in 
target. 

 
 If your goals use @requiresDependencyResolution, this will by design trigger 
 resolution before your goal is invoked. Maven 3 supports an alternative 
 annotation @requiresDependencyCollection that allows to determine the set of 
 dependency artifacts without resolving their files (MNG-4331), maybe that 
 fits better your intentions.
 

Ok, so this is what I do not really understand. In Maven 2 the CompileMojo, 
which I assume has @requiresDependencyResolution compile, knows not to 
download or search the local repo for
the A, as it is available in the multi-module project. Where in the code does 
it do this. 

Thanks for your help so far.
Regards
Mark


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


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



RE: [Maven 2, SCM 1.2] SCM CM/Synergy Provider

2009-12-10 Thread subir.sasikumar
Thanks Wendy!

Was just confirming if the mail reached the mailing list.

I am trying to modify scm synergy provider to include support for remote
synergy clients.
What I mean by that is the command 'ccm start -nogui -m -q -n user -pw
pass -r build_mgr' starts a session to Synergy database from
commandline. However this is for clients running on the same machine as
the server or for clients which mount the server db using NFS.

For clients which connect to the remote synergy db in Linux should used
-rc option also.

So I want to modify the provider to add support for remote clients also,
and for that options I have (with my meagre knowledge on the whole SCM
plugin) are:
A.) To modify the existing signature of the SynergyCCM.start() method
and parameter to identify remoteClient.
B.) OR Write a new method startRemote() with same parameters, but add
-rc option unconditionally in this method.
C.) Then whether it is A.) or B.) I will have to first call start() and
see if that was successful, if not call startRemote() from
SynergyUtil.start() method.

Although I am not sure whether this is the correct approach. So I wanted
to check with the dev list once.

I had filed a JIRA isssue http://jira.codehaus.org/browse/SCM-505
earlier. Since this is a blocker for me, I have to figure out a solution
anyway.

Subir

-Original Message-
From: Wendy Smoak [mailto:wsm...@gmail.com]
Sent: Thursday, December 10, 2009 12:56 AM
To: dev@maven.apache.org
Subject: Re: [Maven 2, SCM 1.2] SCM CM/Synergy Provider

On Wed, Dec 9, 2009 at 2:53 AM,  subir.sasiku...@wipro.com wrote:
 Not sure if this was already posted. I am not recieving any response
 nor this email.

We got it.  Please pick *one* list at a time, don't crosspost.

The Maven website has information on how to get started developing.
You'll get more help if you make an effort and then ask specific
questions if you're stuck.

--
Wendy

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


Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

www.wipro.com

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



Re: [VOTE] Release Maven PDF plugin version 1.1

2009-12-10 Thread Olivier Lamy
+1

--
Olivier

2009/12/10 Benjamin Bentmann benjamin.bentm...@udo.edu:
 Vincent Siveton wrote:

 Staging repo:
 https://repository.apache.org/content/repositories/maven-044

 Staging site (need to sync)
 http://maven.apache.org/plugins/maven-pdf-plugin-1.1/

 +1


 Benjamin

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





-- 
Olivier

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



Re: [VOTE] Release Maven Doxia Tools Shared Component version 1.2

2009-12-10 Thread Olivier Lamy
+1
--
Olivier

2009/12/8 Dennis Lundberg denn...@apache.org:
 Hi,

 Another prerequisite release on the way to Maven Site Plugin 2.1...

 We solved 2 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761version=16001

 There are no issues left in JIRA!

 Staging repo:
 https://repository.apache.org/content/repositories/maven-045/

 Staging site:
 http://maven.apache.org/shared/maven-doxia-tools-1.2/

 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 --
 Dennis Lundberg

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





-- 
Olivier

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



Re: scm 1.3 release

2009-12-10 Thread djeanprost

Hello,

As I and others are eagerly waiting for 
http://jira.codehaus.org/browse/SCM-480
http://jira.codehaus.org/browse/SCM-480  (mvn scm:status doesn't show
modified file) to be available to everybody because of the consequence this
problem has on the release process (
http://jira.codehaus.org/browse/MRELEASE-493
http://jira.codehaus.org/browse/MRELEASE-493 ), could you consider to
release it as soon as possible please ?
Thank you.
dom



Olivier Lamy wrote:
 
 Hi,
 I'd like to release scm 1.3.
 No objections or work in progress in scm ?
 
 Thanks,
 -- 
 Olivier
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 
 
 

-- 
View this message in context: 
http://old.nabble.com/scm-1.3-release-tp26552108p26724034.html
Sent from the Maven Developers mailing list archive at Nabble.com.


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



Re: [VOTE] Release Maven PDF plugin version 1.1

2009-12-10 Thread Lukas Theussl


+1

Thanks!

-Lukas


Vincent Siveton wrote:

Hi,

We solved around 10 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11932version=15414styleName=Html

There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11932status=1

Staging repo:
https://repository.apache.org/content/repositories/maven-044

Staging site (need to sync)
http://maven.apache.org/plugins/maven-pdf-plugin-1.1/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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




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



Re: [VOTE] Release Maven Doxia Tools Shared Component version 1.2

2009-12-10 Thread Lukas Theussl


+1

-Lukas


Dennis Lundberg wrote:

Hi,

Another prerequisite release on the way to Maven Site Plugin 2.1...

We solved 2 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761version=16001

There are no issues left in JIRA!

Staging repo:
https://repository.apache.org/content/repositories/maven-045/

Staging site:
http://maven.apache.org/shared/maven-doxia-tools-1.2/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1



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



Re: [VOTE] Release Maven PDF plugin version 1.1

2009-12-10 Thread Fabrice Bellingard
+1!
:-)

- Fabrice
 belling...@apache.org


On Thu, Dec 10, 2009 at 10:14 AM, Lukas Theussl ltheu...@apache.org wrote:


 +1

 Thanks!

 -Lukas


 Vincent Siveton wrote:

 Hi,

 We solved around 10 issues:

 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11932version=15414styleName=Html

 There are still a couple of issues left in JIRA:

 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11932status=1

 Staging repo:
 https://repository.apache.org/content/repositories/maven-044

 Staging site (need to sync)
 http://maven.apache.org/plugins/maven-pdf-plugin-1.1/

 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

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



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




RE: scm 1.3 release

2009-12-10 Thread subir.sasikumar
Hi,

Are there any plans on http://jira.codehaus.org/browse/SCM-505 fix

Regards
Subir

-Original Message-
From: djeanprost [mailto:djeanpr...@sofaxis.com]
Sent: Thursday, December 10, 2009 2:38 PM
To: dev@maven.apache.org
Subject: Re: scm 1.3 release


Hello,

As I and others are eagerly waiting for
http://jira.codehaus.org/browse/SCM-480
http://jira.codehaus.org/browse/SCM-480  (mvn scm:status doesn't show
modified file) to be available to everybody because of the consequence
this problem has on the release process (
http://jira.codehaus.org/browse/MRELEASE-493
http://jira.codehaus.org/browse/MRELEASE-493 ), could you consider to
release it as soon as possible please ?
Thank you.
dom



Olivier Lamy wrote:

 Hi,
 I'd like to release scm 1.3.
 No objections or work in progress in scm ?

 Thanks,
 --
 Olivier

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




--
View this message in context:
http://old.nabble.com/scm-1.3-release-tp26552108p26724034.html
Sent from the Maven Developers mailing list archive at Nabble.com.


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


Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

www.wipro.com

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



Re: scm 1.3 release

2009-12-10 Thread Olivier Lamy
Hi,
If you provide a patch yes !
Sorry I don't this scm installed here and I cant' test it.

Cheers,
--
Olivier

2009/12/10  subir.sasiku...@wipro.com:
 Hi,

 Are there any plans on http://jira.codehaus.org/browse/SCM-505 fix

 Regards
 Subir

 -Original Message-
 From: djeanprost [mailto:djeanpr...@sofaxis.com]
 Sent: Thursday, December 10, 2009 2:38 PM
 To: dev@maven.apache.org
 Subject: Re: scm 1.3 release


 Hello,

 As I and others are eagerly waiting for
 http://jira.codehaus.org/browse/SCM-480
 http://jira.codehaus.org/browse/SCM-480  (mvn scm:status doesn't show
 modified file) to be available to everybody because of the consequence
 this problem has on the release process (
 http://jira.codehaus.org/browse/MRELEASE-493
 http://jira.codehaus.org/browse/MRELEASE-493 ), could you consider to
 release it as soon as possible please ?
 Thank you.
 dom



 Olivier Lamy wrote:

 Hi,
 I'd like to release scm 1.3.
 No objections or work in progress in scm ?

 Thanks,
 --
 Olivier

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




 --
 View this message in context:
 http://old.nabble.com/scm-1.3-release-tp26552108p26724034.html
 Sent from the Maven Developers mailing list archive at Nabble.com.


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


 Please do not print this email unless it is absolutely necessary.

 The information contained in this electronic message and any attachments to 
 this message are intended for the exclusive use of the addressee(s) and may 
 contain proprietary, confidential or privileged information. If you are not 
 the intended recipient, you should not disseminate, distribute or copy this 
 e-mail. Please notify the sender immediately and destroy all copies of this 
 message and any attachments.

 WARNING: Computer viruses can be transmitted via email. The recipient should 
 check this email and any attachments for the presence of viruses. The company 
 accepts no liability for any damage caused by any virus transmitted by this 
 email.

 www.wipro.com

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





-- 
Olivier

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



RE: scm 1.3 release

2009-12-10 Thread subir.sasikumar
Hi,

Yes, I can. I have seeked some advise on this mailing list with subject '[Maven 
2, SCM 1.2] SCM CM/Synergy Provider'
Will there be any help? I am new to SCM code base.

Regards
Subir

-Original Message-
From: Olivier Lamy [mailto:ol...@apache.org]
Sent: Thursday, December 10, 2009 3:12 PM
To: Maven Developers List
Subject: Re: scm 1.3 release

Hi,
If you provide a patch yes !
Sorry I don't this scm installed here and I cant' test it.

Cheers,
--
Olivier

2009/12/10  subir.sasiku...@wipro.com:
 Hi,

 Are there any plans on http://jira.codehaus.org/browse/SCM-505 fix

 Regards
 Subir

 -Original Message-
 From: djeanprost [mailto:djeanpr...@sofaxis.com]
 Sent: Thursday, December 10, 2009 2:38 PM
 To: dev@maven.apache.org
 Subject: Re: scm 1.3 release


 Hello,

 As I and others are eagerly waiting for
 http://jira.codehaus.org/browse/SCM-480
 http://jira.codehaus.org/browse/SCM-480  (mvn scm:status doesn't
 show modified file) to be available to everybody because of the
 consequence this problem has on the release process (
 http://jira.codehaus.org/browse/MRELEASE-493
 http://jira.codehaus.org/browse/MRELEASE-493 ), could you consider to
 release it as soon as possible please ?
 Thank you.
 dom



 Olivier Lamy wrote:

 Hi,
 I'd like to release scm 1.3.
 No objections or work in progress in scm ?

 Thanks,
 --
 Olivier

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




 --
 View this message in context:
 http://old.nabble.com/scm-1.3-release-tp26552108p26724034.html
 Sent from the Maven Developers mailing list archive at Nabble.com.


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


 Please do not print this email unless it is absolutely necessary.

 The information contained in this electronic message and any attachments to 
 this message are intended for the exclusive use of the addressee(s) and may 
 contain proprietary, confidential or privileged information. If you are not 
 the intended recipient, you should not disseminate, distribute or copy this 
 e-mail. Please notify the sender immediately and destroy all copies of this 
 message and any attachments.

 WARNING: Computer viruses can be transmitted via email. The recipient should 
 check this email and any attachments for the presence of viruses. The company 
 accepts no liability for any damage caused by any virus transmitted by this 
 email.

 www.wipro.com

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





--
Olivier

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


Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

www.wipro.com

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



Re: scm 1.3 release

2009-12-10 Thread Olivier Lamy
You can checkout the trunk and attach a patch to the jira issue.
To checkout the code :

svn co https://svn.apache.org/repos/asf/maven/scm/trunk/ scm

Your change will need a junit.

Then have a look here [1] to know how to submit a patch.

Thanks,
--
Olivier

[1] 
http://maven.apache.org/guides/development/guide-m2-development.html#Creating_and_submitting_a_patch

2009/12/10  subir.sasiku...@wipro.com:
 Hi,

 Yes, I can. I have seeked some advise on this mailing list with subject 
 '[Maven 2, SCM 1.2] SCM CM/Synergy Provider'
 Will there be any help? I am new to SCM code base.

 Regards
 Subir

 -Original Message-
 From: Olivier Lamy [mailto:ol...@apache.org]
 Sent: Thursday, December 10, 2009 3:12 PM
 To: Maven Developers List
 Subject: Re: scm 1.3 release

 Hi,
 If you provide a patch yes !
 Sorry I don't this scm installed here and I cant' test it.

 Cheers,
 --
 Olivier

 2009/12/10  subir.sasiku...@wipro.com:
 Hi,

 Are there any plans on http://jira.codehaus.org/browse/SCM-505 fix

 Regards
 Subir

 -Original Message-
 From: djeanprost [mailto:djeanpr...@sofaxis.com]
 Sent: Thursday, December 10, 2009 2:38 PM
 To: dev@maven.apache.org
 Subject: Re: scm 1.3 release


 Hello,

 As I and others are eagerly waiting for
 http://jira.codehaus.org/browse/SCM-480
 http://jira.codehaus.org/browse/SCM-480  (mvn scm:status doesn't
 show modified file) to be available to everybody because of the
 consequence this problem has on the release process (
 http://jira.codehaus.org/browse/MRELEASE-493
 http://jira.codehaus.org/browse/MRELEASE-493 ), could you consider to
 release it as soon as possible please ?
 Thank you.
 dom



 Olivier Lamy wrote:

 Hi,
 I'd like to release scm 1.3.
 No objections or work in progress in scm ?

 Thanks,
 --
 Olivier

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




 --
 View this message in context:
 http://old.nabble.com/scm-1.3-release-tp26552108p26724034.html
 Sent from the Maven Developers mailing list archive at Nabble.com.


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


 Please do not print this email unless it is absolutely necessary.

 The information contained in this electronic message and any attachments to 
 this message are intended for the exclusive use of the addressee(s) and may 
 contain proprietary, confidential or privileged information. If you are not 
 the intended recipient, you should not disseminate, distribute or copy this 
 e-mail. Please notify the sender immediately and destroy all copies of this 
 message and any attachments.

 WARNING: Computer viruses can be transmitted via email. The recipient should 
 check this email and any attachments for the presence of viruses. The 
 company accepts no liability for any damage caused by any virus transmitted 
 by this email.

 www.wipro.com

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





 --
 Olivier

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


 Please do not print this email unless it is absolutely necessary.

 The information contained in this electronic message and any attachments to 
 this message are intended for the exclusive use of the addressee(s) and may 
 contain proprietary, confidential or privileged information. If you are not 
 the intended recipient, you should not disseminate, distribute or copy this 
 e-mail. Please notify the sender immediately and destroy all copies of this 
 message and any attachments.

 WARNING: Computer viruses can be transmitted via email. The recipient should 
 check this email and any attachments for the presence of viruses. The company 
 accepts no liability for any damage caused by any virus transmitted by this 
 email.

 www.wipro.com

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





-- 
Olivier

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



RE: scm 1.3 release

2009-12-10 Thread subir.sasikumar
Hi,

Thanks! I modified code and while trying to compile (package) I got this error.
Any pointers?? Which repository has this jar?

D:\work\scm\svn\scmmvn clean package
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) org.codehaus.plexus:plexus-velocity:jar:1.1.4

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus
-velocity -Dversion=1.1.4 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:

  mvn deploy:deploy-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-v
elocity -Dversion=1.1.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Drepos
itoryId=[id]

  Path to dependency:
1) org.codehaus.modello:modello-maven-plugin:maven-plugin:1.0-alpha-21
2) org.codehaus.modello:modello-plugin-jpox:jar:1.0-alpha-21
3) org.codehaus.modello:modello-plugin-store:jar:1.0-alpha-21
4) org.codehaus.plexus:plexus-velocity:jar:1.1.4

--
1 required artifact is missing.

for artifact:
  org.codehaus.modello:modello-maven-plugin:maven-plugin:1.0-alpha-21

from the specified remote repositories:
  artifactory (http://myrepo:8080/artifactory/repo)

-Original Message-
From: Olivier Lamy [mailto:ol...@apache.org]
Sent: Thursday, December 10, 2009 5:50 PM
To: Maven Developers List
Subject: Re: scm 1.3 release

You can checkout the trunk and attach a patch to the jira issue.
To checkout the code :

svn co https://svn.apache.org/repos/asf/maven/scm/trunk/ scm

Your change will need a junit.

Then have a look here [1] to know how to submit a patch.

Thanks,
--
Olivier

[1] 
http://maven.apache.org/guides/development/guide-m2-development.html#Creating_and_submitting_a_patch

2009/12/10  subir.sasiku...@wipro.com:
 Hi,

 Yes, I can. I have seeked some advise on this mailing list with subject 
 '[Maven 2, SCM 1.2] SCM CM/Synergy Provider'
 Will there be any help? I am new to SCM code base.

 Regards
 Subir

 -Original Message-
 From: Olivier Lamy [mailto:ol...@apache.org]
 Sent: Thursday, December 10, 2009 3:12 PM
 To: Maven Developers List
 Subject: Re: scm 1.3 release

 Hi,
 If you provide a patch yes !
 Sorry I don't this scm installed here and I cant' test it.

 Cheers,
 --
 Olivier

 2009/12/10  subir.sasiku...@wipro.com:
 Hi,

 Are there any plans on http://jira.codehaus.org/browse/SCM-505 fix

 Regards
 Subir

 -Original Message-
 From: djeanprost [mailto:djeanpr...@sofaxis.com]
 Sent: Thursday, December 10, 2009 2:38 PM
 To: dev@maven.apache.org
 Subject: Re: scm 1.3 release


 Hello,

 As I and others are eagerly waiting for
 http://jira.codehaus.org/browse/SCM-480
 http://jira.codehaus.org/browse/SCM-480  (mvn scm:status doesn't
 show modified file) to be available to everybody because of the
 consequence this problem has on the release process (
 http://jira.codehaus.org/browse/MRELEASE-493
 http://jira.codehaus.org/browse/MRELEASE-493 ), could you consider to
 release it as soon as possible please ?
 Thank you.
 dom



 Olivier Lamy wrote:

 Hi,
 I'd like to release scm 1.3.
 No objections or work in progress in scm ?

 Thanks,
 --
 Olivier

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




 --
 View this message in context:
 http://old.nabble.com/scm-1.3-release-tp26552108p26724034.html
 Sent from the Maven Developers mailing list archive at Nabble.com.


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


 Please do not print this email unless it is absolutely necessary.

 The information contained in this electronic message and any attachments to 
 this message are intended for the exclusive use of the addressee(s) and may 
 contain proprietary, confidential or privileged information. If you are not 
 the intended recipient, you should not disseminate, distribute or copy this 
 e-mail. Please notify the sender immediately and destroy all copies of this 
 message and any attachments.

 WARNING: Computer viruses can be transmitted via email. The recipient should 
 check this email and any attachments for the presence of viruses. The 
 company accepts no liability for any damage caused by any virus transmitted 
 by this email.

 www.wipro.com

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





 --
 Olivier

 

[ANN] Maven Changes Plugin 2.3 Released

2009-12-10 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Changes
Plugin, version 2.3

This plugin is used to inform your users of the changes that have
occurred between different releases of your project. The plugin can
extract these changes, either from a changes.xml file or from the JIRA
issue management system, and present them as a report. You also have the
option of creating a release announcement and even sending this via
email to your users.

http://maven.apache.org/plugins/maven-changes-plugin/

You should specify the version in your project's plugin configuration:

plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-changes-plugin/artifactId
 version2.3/version
/plugin

Release Notes - Maven 2.x Changes Plugin - Version 2.3


** Bug
* [MCHANGES-135] - JIRA links on changes report are broken
* [MCHANGES-138] - Exception thrown when issueManagement section of
pom is missing
* [MCHANGES-151] - A patch about the date parsing and html encoding
for maven-changes-plugin-trac
* [MCHANGES-186] - Issue links for JIRA are broken when using the
%URL% token
* [MCHANGES-187] - If jiraMerge=true then releases that are only in
JIRA will not be included in the announcement
* [MCHANGES-189] - There are presentation problems in the
changes-report if an issue in changes.xml contains characters like  and 


** New Feature
* [MCHANGES-145] - Make it possible to run the announcement goals
only once for a multi-module project


Enjoy,

-The Maven team


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



Re: [VOTE] Apache (parent POM) version 7

2009-12-10 Thread David Jencks
It looks to me as if this vote failed.  I'd really appreciate it if  
someone would remove the apache-7 tag and roll back trunk to say  
version 7-SNAPSHOT so one doesn't have to search the mail archives to  
find out why the tag isn't represented at maven central.


Concluding the vote thread might be good too :-)

thanks
david jencks

On Nov 14, 2009, at 5:58 AM, Benjamin Bentmann wrote:


Benjamin Bentmann wrote:


John Casey wrote:

https://repository.apache.org/content/repositories/orgapacheapache-001/org/apache/apache/7/

+1


I change my vote -1 after discovering that the version of the maven- 
javadoc-plugin being used by this POM, namely 2.6.1, is prone to  
fail during releases of multi-module projects [0].



Benjamin


[0] http://jira.codehaus.org/browse/MJAVADOC-275

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




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



Re: [VOTE] Release Maven PDF plugin version 1.1

2009-12-10 Thread Hervé BOUTEMY
+1

Hervé

Le mardi 08 décembre 2009, Vincent Siveton a écrit :
 Hi,
 
 We solved around 10 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11932version=15
 414styleName=Html
 
 There are still a couple of issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11932st
 atus=1
 
 Staging repo:
 https://repository.apache.org/content/repositories/maven-044
 
 Staging site (need to sync)
 http://maven.apache.org/plugins/maven-pdf-plugin-1.1/
 
 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html
 
 Vote open for 72 hours.
 
 [ ] +1
 [ ] +0
 [ ] -1
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 


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



Jira project's name

2009-12-10 Thread Arnaud HERITIER
Hi all,

  This is not the first time a user asked me where to find issues about
Maven 3.
  The reason is that in Jira the project MNG is named Maven 2
  I renamed it Maven 2  3. If you have better,feel free to update it.

  Cheers,

Arnaud Héritier
Software Factory Manager
eXo platform - http://www.exoplatform.com
---
http://www.aheritier.net


Re: Jira project's name

2009-12-10 Thread Siarhei Dudzin
Why not just call it Maven?

Regards,
Siarhei

On Dec 10, 2009 9:53 PM, Arnaud HERITIER arnaud.herit...@exoplatform.com
wrote:

Hi all,

 This is not the first time a user asked me where to find issues about
Maven 3.
 The reason is that in Jira the project MNG is named Maven 2
 I renamed it Maven 2  3. If you have better,feel free to update it.

 Cheers,

Arnaud Héritier
Software Factory Manager
eXo platform - http://www.exoplatform.com
---
http://www.aheritier.net


Re: Jira project's name

2009-12-10 Thread Arnaud HERITIER
The old one is called Maven 1
http://jira.codehaus.org/browse/MAVEN

Arnaud Héritier
Software Factory Manager
eXo platform - http://www.exoplatform.com
---
http://www.aheritier.net


On Thu, Dec 10, 2009 at 9:59 PM, Siarhei Dudzin siarhei.dud...@gmail.comwrote:

 Why not just call it Maven?

 Regards,
 Siarhei

 On Dec 10, 2009 9:53 PM, Arnaud HERITIER 
 arnaud.herit...@exoplatform.com
 wrote:

 Hi all,

  This is not the first time a user asked me where to find issues about
 Maven 3.
  The reason is that in Jira the project MNG is named Maven 2
  I renamed it Maven 2  3. If you have better,feel free to update it.

  Cheers,

 Arnaud Héritier
 Software Factory Manager
 eXo platform - http://www.exoplatform.com
 ---
 http://www.aheritier.net



Re: Jira project's name

2009-12-10 Thread Siarhei Dudzin
well, I'd say - let it be Maven 1 who does it hurt? :) To me it is a
better alternative than having two versions in the project name.

Just my 2 cents though.

On Dec 10, 2009 10:03 PM, Arnaud HERITIER aherit...@gmail.com wrote:

The old one is called Maven 1
http://jira.codehaus.org/browse/MAVEN

Arnaud Héritier Software Factory Manager eXo platform -
http://www.exoplatform.com --- http://www.a...
On Thu, Dec 10, 2009 at 9:59 PM, Siarhei Dudzin siarhei.dud...@gmail.com
wrote:

 Why not just call it Maven?   Regards,  Siarhei   On Dec 10, 2009
9:53 PM, Arnaud HERITIE...


Re: Jira project's name

2009-12-10 Thread Arnaud HERITIER
I'll let others give their opinion and change it if they want.
I don't know what is easier for users.

Now I'm in holidays :-)
Bye bye


Arnaud Héritier
Software Factory Manager
eXo platform - http://www.exoplatform.com
---
http://www.aheritier.net


On Thu, Dec 10, 2009 at 10:15 PM, Siarhei Dudzin
siarhei.dud...@gmail.comwrote:

 well, I'd say - let it be Maven 1 who does it hurt? :) To me it is a
 better alternative than having two versions in the project name.

 Just my 2 cents though.

 On Dec 10, 2009 10:03 PM, Arnaud HERITIER aherit...@gmail.com wrote:

 The old one is called Maven 1
 http://jira.codehaus.org/browse/MAVEN

 Arnaud Héritier Software Factory Manager eXo platform -
 http://www.exoplatform.com --- http://www.a...
 On Thu, Dec 10, 2009 at 9:59 PM, Siarhei Dudzin siarhei.dud...@gmail.com
 wrote:

  Why not just call it Maven?   Regards,  Siarhei   On Dec 10, 2009
 9:53 PM, Arnaud HERITIE...



[Result] [VOTE] Apache (parent POM) version 7

2009-12-10 Thread John Casey
I've withdrawn the tag for this vote. We can try again later with the 
newer plugin versions.


-john

David Jencks wrote:
It looks to me as if this vote failed.  I'd really appreciate it if 
someone would remove the apache-7 tag and roll back trunk to say version 
7-SNAPSHOT so one doesn't have to search the mail archives to find out 
why the tag isn't represented at maven central.


Concluding the vote thread might be good too :-)

thanks
david jencks

On Nov 14, 2009, at 5:58 AM, Benjamin Bentmann wrote:


Benjamin Bentmann wrote:


John Casey wrote:
https://repository.apache.org/content/repositories/orgapacheapache-001/org/apache/apache/7/ 


+1


I change my vote -1 after discovering that the version of the 
maven-javadoc-plugin being used by this POM, namely 2.6.1, is prone to 
fail during releases of multi-module projects [0].



Benjamin


[0] http://jira.codehaus.org/browse/MJAVADOC-275

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




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



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



[jira] Subscription: Design Best Practices

2009-12-10 Thread jira
Issue Subscription
Filter: Design  Best Practices (28 issues)
Subscriber: mavendevlist

Key Summary
MNG-2184Possible problem with @aggregator and forked lifecycles
http://jira.codehaus.org/browse/MNG-2184
MNG-612 implement conflict resolution techniques
http://jira.codehaus.org/browse/MNG-612
MNG-2584Rebuild on pom change
http://jira.codehaus.org/browse/MNG-2584
MNG-139 server definitions should be reusable - review use of repository IDs
http://jira.codehaus.org/browse/MNG-139
MNG-2125[doc] when and how to define plugins in a pom
http://jira.codehaus.org/browse/MNG-2125
MNG-474 performance improvement for forked lifecycles
http://jira.codehaus.org/browse/MNG-474
MNG-1381best practices: testing strategies
http://jira.codehaus.org/browse/MNG-1381
MNG-1563how to write integration tests
http://jira.codehaus.org/browse/MNG-1563
MNG-2381improved control over the repositories in the POM
http://jira.codehaus.org/browse/MNG-2381
MNG-1950Ability to introduce new lifecycles phases
http://jira.codehaus.org/browse/MNG-1950
MNG-1931add a reportingManagement section
http://jira.codehaus.org/browse/MNG-1931
MNG-1468best practices: version management in multi project builds
http://jira.codehaus.org/browse/MNG-1468
MNG-1885Uniquely identify modules by module name and version number
http://jira.codehaus.org/browse/MNG-1885
MNG-647 Allow Maven 2 to be monitored using JMX.
http://jira.codehaus.org/browse/MNG-647
MNG-416 best practices:  multiple profile deployments
http://jira.codehaus.org/browse/MNG-416
MNG-367 best practices: multi-user installation
http://jira.codehaus.org/browse/MNG-367
MNG-125 guarded mojo execution
http://jira.codehaus.org/browse/MNG-125
MNG-1569Make build process info read-only to mojos, and provide mechanism 
for explicit out-params for mojos to declare
http://jira.codehaus.org/browse/MNG-1569
MNG-41  best practices: site management
http://jira.codehaus.org/browse/MNG-41
MNG-657 possible chicken and egg problem with extensions
http://jira.codehaus.org/browse/MNG-657
MNG-1867deprecate system scope, analyse other use cases
http://jira.codehaus.org/browse/MNG-1867
MNG-1441Starting thinking about a proper distributed repository mechanism a 
la CPAN
http://jira.codehaus.org/browse/MNG-1441
MNG-868 Use uniform format for properties and other tags
http://jira.codehaus.org/browse/MNG-868
MNG-1423best practices: setting up multi-module build
http://jira.codehaus.org/browse/MNG-1423
MNG-1439Organization Object Model (OOM) 
http://jira.codehaus.org/browse/MNG-1439
MNG-1440Developer Object Model (DOM)
http://jira.codehaus.org/browse/MNG-1440
MNG-1463best practices: plugin inheritance for a multi project build
http://jira.codehaus.org/browse/MNG-1463
MNG-1425best practices: the location of configuration files vs resources
http://jira.codehaus.org/browse/MNG-1425

You may edit this subscription at:
http://jira.codehaus.org/secure/FilterSubscription!default.jspa?subId=10341filterId=11471

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