Re: [VOTE] Release Apache Parent POM 10

2011-08-09 Thread Brett Porter
On 07/08/2011, at 8:14 AM, Hervé BOUTEMY wrote: > Staging repo: > https://repository.apache.org/content/repositories/maven-002/ BTW, this link wasn't right, but I did find it in Nexus by searching… I ended up just doing a diff of the SVN tags to review though. - Brett -- Brett Porter br...@ap

Re: [VOTE] Release Apache Parent POM 10

2011-08-09 Thread Brett Porter
+1 On 07/08/2011, at 8:14 AM, Hervé BOUTEMY wrote: > Hi, > > This project consists of a POM that contains settings that are likely to be > useful to any Apache project that is building and releasing code with Maven > 2/3. > > We solved 3 issues: > https://issues.apache.org/jira/secure/Release

Re: How do I get the configuration for a plugin in a MavenProject? Was: Re: svn commit: r1154621 - in /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site: AbstractDeploy

2011-08-09 Thread Dennis Lundberg
Thanks Benjamin, This was exactly the information I was looking for. On 2011-08-08 23:22, Benjamin Bentmann wrote: > Dennis Lundberg wrote: > >> Map map = project.getBuild().getPluginsAsMap(); >> >> This is nice, because in Maven 3 I get the complete effective set of >> plugins, from b

Re: maven enforcer plugin extra rules fork - http://jira.codehaus.org/browse/MENFORCER-120

2011-08-09 Thread Stephen Connolly
Have you considered mailing the d...@mojo.codehaus.org group? Have you considered raising a jira against the extra rules component http://mojo.codehaus.org/extra-enforcer-rules/issue-tracking.html Does your patch include tests? Mailing the dev (in this case me) directly is liable to get you spam

maven enforcer plugin extra rules fork - http://jira.codehaus.org/browse/MENFORCER-120

2011-08-09 Thread Shaun Elliott
I have no idea who this should go to exactly, but I have forked the maven enforcer plugin "extra rules" project in order to add to it. I have emailed the dev for it directly but got no response. I have also got no response in Jira. I hope someone can help me proceed with this. Thanks, Shaun -- R

Re: Maven in Linux environment

2011-08-09 Thread kalpeer
Thanks a lot. I have tried with nar plugin. But still I got the same error. On further study it looks like AOL property needs to be updated. I need to override the i386.Linux.linker=g++ with i386.Linux.linker=CC. Since I am using the SunStudio compiler for building. Can any one help me in overri

Re: Maven in Linux environment

2011-08-09 Thread kalpeer
i got this error [ERROR] BUILD FAILURE [INFO] [INFO] NAR: Please specify as part of , or for i386.Linux.CC.cpp. [INFO] -- View this message in conte

Re: Maven in Linux environment

2011-08-09 Thread Mark Donszelmann
Hi you can try the latest version from github maven-nar-plugin Regards Mark Donszelmann On Aug 9, 2011, at 3:18 PM, kalpeer wrote: > > > We use the below maven-compiler-plugin > > true > org.apache.maven.plugins > maven-compiler-plugin > > -g:none >

Re: Maven in Linux environment

2011-08-09 Thread kalpeer
We use the below maven-compiler-plugin true org.apache.maven.plugins maven-compiler-plugin -g:none org.freehep freehep-nar-plugin 2.0-alpha-10 true true

Re: Maven in Linux environment

2011-08-09 Thread Mark Struberg
Hi! Do you use the native-maven-plugin or how is your build setup? We need some more info, otherwise we can only read the glass bead. LieGrue, strub --- On Tue, 8/9/11, kalpeer wrote: > From: kalpeer > Subject: Maven in Linux environment > To: dev@maven.apache.org > Date: Tuesday, August 9, 2

Maven in Linux environment

2011-08-09 Thread kalpeer
Hi All, We are using maven to compile the c++ code. We were using SunStudio 12.2 compiler and jdk 1.6.0_22 in Solaris environment. Now we are porting from Solaris to RHEL. We are using same version SunStudio 12.2 compiler and jdk 1.6.0_22. During compilation I can see the below compiler flags ar

SQL update plugin information erquired

2011-08-09 Thread anamika gupta
Hi, I want to execute a sql file, if its revision number is updated in the svn i.e. if there is any modification in the file. Can you please suggest a maven plugin that will fulfill this requirement. Any help is apprecaited. -- View this message in context: http://maven.40175.n5.nabble.com/SQ