[mojo-dev] [VOTE][Result] Release SonarQube Maven Plugin 2.4

2014-07-15 Thread Julien HENRY
Hi,

The vote has passed by lazy consensus. I'll complete the release.


++

Julien




 De : Julien HENRY 
À : "dev@mojo.codehaus.org"  
Envoyé le : Mercredi 9 juillet 2014 17h33
Objet : [mojo-dev] [VOTE] Release SonarQube Maven Plugin 2.4
 

Hi,

I would like to release version 2.4 of sonar-maven-plugin.

5 issues have been solved:

    * [MSONAR-70] - Use every available "sonar.*" property when running an 
analysis with Maven
    * [MSONAR-75] - Remove unexisting entries from "sonar.sources" and 
"sonar.tests" on projects with packaging=pom
    * [MSONAR-81] - On "war" modules the directory containing the web resources 
("src/main/webapp" by default) should be automatically added to "sonar.sources"
    * [MSONAR-82] - By default the "pom.xml" file should be part of 
"sonar.sources"
    * [MSONAR-83] - Populate sonar.libraries


Staging Repository:
https://nexus.codehaus.org/content/repositories/orgcodehausmojo-1105


SCM Tag:
http://svn.codehaus.org/mojo/tags/sonar-maven-plugin-2.4/


[ ] +1

[ ] +0

[ ] -1

The vote is open for 72 hours and will succeed by lazy consensus.

++

Julien


-
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

[mojo-dev] [jira] (MNBMODULE-242) build-installers failing with JDK 8 & NetBeans 8

2014-07-15 Thread Milos Kleint (JIRA)
Title: Message Title










 

 Milos Kleint commented on an issue











 






  Re: build-installers failing with JDK 8 & NetBeans 8 










could you please verify with staged version 3.13.3 from this repository? https://nexus.codehaus.org/content/repositories/orgcodehausmojo-1110/












   

 Add Comment











 













 Mojo's NetBeans Module Maven Plugin /  MNBMODULE-242



  build-installers failing with JDK 8 & NetBeans 8 







 Message:   Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:3.13.2:build-installers (default-cli) on project application: Installers creation failed: C:\projects\Maven\Heavy\TestPlatform\application\target\installer\nbi\stub\template.xml:145: Error starting Sun's native2ascii: sun.tools.native2ascii.Main -> [Help 1]   I've tested it on 2 differ...















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MAPPASM-231) Use manifest-only jars for classpath

2014-07-15 Thread Benson Margulies (JIRA)
Title: Message Title










 

 Benson Margulies commented on an issue











 






  Re: Use manifest-only jars for classpath 










It occurred to me that Maven is already perfectly capable of building a manifest-only jar:
http://maven.apache.org/shared/maven-archiver/
So it's not DRY to rebuild that capability in here. Instead, what's called for is a way to tell the appassembler plugin that you have such a jar in the house that you want to use. I'm researching whether, in fact, -cp respects manifests.
If so, this JIRA may be unnecessary.












   

 Add Comment











 













 Mojo's AppAssembler Maven Plugin /  MAPPASM-231



  Use manifest-only jars for classpath 







 All the messes with Windows pathname limitations and the ordering problems with wildcards could be eliminated by a manifest-only jar.   That is, the plugin can create a jar file consisting only of META-INF/MANIFEST.MF, with entries for Class-Path: and Main-Class:, and then set up the script to run java -jar on it. 















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-

[mojo-dev] [jira] (MFINDBUGS-199) Upgrade to Findbugs 3.0.0

2014-07-15 Thread Garvin LeClaire (JIRA)
Title: Message Title










 

 Garvin LeClaire commented on an issue











 






  Re: Upgrade to Findbugs 3.0.0 










There is a reference to the snapshot repository on the mojo main page http://mojo.codehaus.org/












   

 Add Comment











 













 Mojo's FindBugs Maven Plugin /  MFINDBUGS-199



  Upgrade to Findbugs 3.0.0 







 Findbugs 3.0.0-rc1 has been released with Java 8 support. The goal of this RC is to give feedback from users to developpers. This feedback would be even greater if we had a version of the maven findbugs plugin available with this new version. It would also allow java 8 users to keep using maven findbugs plugin.















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] [Announce] Release of SonarQube Maven Plugin 2.4

2014-07-15 Thread Julien HENRY
Hi,

The Mojo team is pleased to announce the release of the SonarQube Maven Plugin 
version 2.4. 

This plugin aims at running SonarQube analysis for Maven projects.

http://mojo.codehaus.org/sonar-maven-plugin/index.html

To get this update, simply specify the version in your project's plugin 
configuration: 


    org.codehaus.mojo
    sonar-maven-plugin
    2.4


Release Notes

    * [MSONAR-70] - Use every available "sonar.*" property when running an 
analysis with Maven
* [MSONAR-75] - Remove unexisting entries from "sonar.sources" and 
"sonar.tests" on projects with packaging=pom
* [MSONAR-81] - On "war" modules the directory containing the web resources 
("src/main/webapp" by default) should be automatically added to "sonar.sources" 
* [MSONAR-82] - By default the "pom.xml" file should be part of 
"sonar.sources" 
    * [MSONAR-83] - Populate sonar.libraries

Enjoy,

The Mojo team.

Julien HENRY

-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MNBMODULE-242) build-installers failing with JDK 8 & NetBeans 8

2014-07-15 Thread Richard Lowery (JIRA)
Title: Message Title










 

 Richard Lowery commented on an issue











 






  Re: build-installers failing with JDK 8 & NetBeans 8 










I'll try and get to it tonight (but it may wind up being tomorrow morning, sorry, busy day)...












   

 Add Comment











 













 Mojo's NetBeans Module Maven Plugin /  MNBMODULE-242



  build-installers failing with JDK 8 & NetBeans 8 







 Message:   Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:3.13.2:build-installers (default-cli) on project application: Installers creation failed: C:\projects\Maven\Heavy\TestPlatform\application\target\installer\nbi\stub\template.xml:145: Error starting Sun's native2ascii: sun.tools.native2ascii.Main -> [Help 1]   I've tested it on 2 differ...















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MNBMODULE-242) build-installers failing with JDK 8 & NetBeans 8

2014-07-15 Thread Richard Lowery (JIRA)
Title: Message Title










 

 Richard Lowery commented on an issue











 






  Re: build-installers failing with JDK 8 & NetBeans 8 










It worked for me on one set of systems (home)... I'll try the other (office) tomorrow morning












   

 Add Comment











 













 Mojo's NetBeans Module Maven Plugin /  MNBMODULE-242



  build-installers failing with JDK 8 & NetBeans 8 







 Message:   Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:3.13.2:build-installers (default-cli) on project application: Installers creation failed: C:\projects\Maven\Heavy\TestPlatform\application\target\installer\nbi\stub\template.xml:145: Error starting Sun's native2ascii: sun.tools.native2ascii.Main -> [Help 1]   I've tested it on 2 differ...















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email