Solaris Packaging plugin

2013-06-19 Thread Carmella Carrigy Y
Hi All, I am just wondering what is the best maven plugin to use to create a .pkg for Solaris based maven builds I see a few different ideas on the web, unix plugin, maven assembly plugin... I am just wondering is anyone else doing this and in their experience which is the best way to do it ?

Re: templating:filter-sources and chmod

2013-06-19 Thread Baptiste MATHUS
FYI, you may not have noticed it, but it's actually also adding the filtered source to the source folders usable by other classes. It's more different than less ;-). (Btw, templating actually uses part of the filtering subsystem provided by the resource plugin). Cheers 2013/6/18 Arnaud bourree

RE: Devendra Arora

2013-06-19 Thread Devendra Arora
Hello! http://site4hw.com/pxuhrc/flmc/alyaj/xynsw.html?p=lvvh Devendra Arora avhok

Re: How to report all dependencies - resolved missing [I]

2013-06-19 Thread Nathan Coast
Classification: For internal use only In addition, presumably there is a mechanism to identify dependencies that will be created during the current build scope. Thereby allowing builds to proceed even if certain dependencies are missing from the repo. From: Nathan Coast

mvn test can't find the resource but mvn exec:exec running is ok

2013-06-19 Thread Inred
my pom.xml groupIdorg.codehaus.mojo/groupId artifactIdexec-maven-plugin/artifactId version1.2.1/version configuration executablejava/executable arguments argument-classpath/argument classpath/ argumenthelper.BaseCheckerTest/argument /arguments

Install hack

2013-06-19 Thread Laird Nelson
I'm reading http://developer-blog.cloudbees.com/2012/12/maven-and-hack.htmlagain. I have this feeling it has a lot more information in it than I am able to parse out of it. I certainly get the basic gist: it is a warning to plugin developers and users everywhere to remember that you're supposed

Re: Install hack

2013-06-19 Thread Thomas Broyer
The difference between copy and copy-dependencies on the example is not about the plugin, but about the reactor. With copy, you declare the needed artifact in the plugin configuration. From Maven's PoV there's no dependency between the module that copies and one being copied. That means Maven can

Re: Install hack

2013-06-19 Thread Laird Nelson
On Wed, Jun 19, 2013 at 2:14 PM, Thomas Broyer t.bro...@gmail.com wrote: With copy, you declare the needed artifact in the plugin configuration. From Maven's PoV there's no dependency between the module that copies and one being copied. Right. OK. That means Maven can choose to build

Problem with multi-module site

2013-06-19 Thread Russell Gold
I am using the site-maven-plugin (version 3.3) and cannot seem to get it to work. Using the exact same site.xml and additional files (faq, apt and xhtml types) that worked fine in a single project site, I am not getting breadcrumbs or custom menu items. I do get the submodules with their own

Re: Install hack

2013-06-19 Thread Stephen Connolly
On 19 June 2013 22:31, Laird Nelson ljnel...@gmail.com wrote: On Wed, Jun 19, 2013 at 2:14 PM, Thomas Broyer t.bro...@gmail.com wrote: With copy, you declare the needed artifact in the plugin configuration. From Maven's PoV there's no dependency between the module that copies and one

Re: Problem with multi-module site

2013-06-19 Thread Ryan Baxter
I'm not exactly sure what the problem is you are having but you might want to look at the POM files in this project [1]. It is a multi-module project and our Maven site [2] has been working pretty well. [1] https://github.com/OpenSocial/explorer [2] http://opensocial.github.io/explorer/ On Wed,

Checkstyle crashes with NullPointerException in DefaultCheckstyleRssGenerator.generateRSS in Maven 3

2013-06-19 Thread Adam Crume
Checkstyle crashes when I run it with Maven 3.0.4, but works with Maven 2.2.1. I'm afraid I don't know enough about Maven to create a smaller test case than this: 1. Set JAVA_HOME to a 1.6 JDK 2. Clone http://github.com/nasa/mct 3. Follow the steps in README.md, using Maven 3 [ERROR] Failed to

Re: Checkstyle crashes with NullPointerException in DefaultCheckstyleRssGenerator.generateRSS in Maven 3

2013-06-19 Thread Wayne Fay
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.4:checkstyle (published-api-checks) on project mct-platform: Execution published-api-checks of goal org.apache.maven.plugins:maven-checkstyle-plugin:2.4:checkstyle failed. NullPointerException - [Help 1] Check

Re: Problem with multi-module site

2013-06-19 Thread Mirko Friedenhagen
If I remember correctly, one problem is, when the name/directory of the module does not equal the artifactId of the module. Regards Mirko -- Sent from my mobile On Jun 20, 2013 1:04 AM, Russell Gold r...@gold-family.us wrote: I am using the site-maven-plugin (version 3.3) and cannot seem to