[ANN] Apache Maven SCM Publish Plugin 3.0.0 Released

2018-01-29 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven SCM Publish Plugin, version 3.0.0 The maven-scm-publish-plugin is a utility plugin to allow publishing Maven website to any supported SCM. The primary goal was to have an utility plugin to allow Apache projects to

Re: Skip deploy of test-jars?

2018-01-29 Thread Christofer Dutz
Hi Robert, Well in that case I would copy resources from one module to another using relative paths which point outside the module itself. That doesn't sound ideal either. At least I always try to avoid accessing things this way cause I have burnt myself too often when doing it. With the

Exec Maven Plugin

2018-01-29 Thread yossi balan
Hi I tried to use the plugin and run npm install from java application org.codehaus.mojo exec-maven-plugin 1.6.0 npm install (initialize) exec initialize npm ${project.basedir}/../ install when I run mvn build I got error [INFO] --- exec-maven-plugin:1.6.0:exec (npm install mynpm)

[ANN] Apache Maven PMD Plugin 3.9.0 Released

2018-01-29 Thread Andreas Dangel
The Apache Maven team is pleased to announce the release of the Apache Maven PMD Plugin, version 3.9.0   A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste fragments, as well as being able to fail the build based on these metrics.  

Re: Skip deploy of test-jars?

2018-01-29 Thread Robert Scholte
This makes me wonder: is the pack/unpack already hackish? Wouldn't it be nicer to simply copy the content from target/classes + target/test-classes? With a Maven plugin is it quite simple to access this as part of the reactor. thanks, Robert On Sun, 28 Jan 2018 12:52:14 +0100, Christofer

Re: Skip deploy of test-jars?

2018-01-29 Thread Anders Hammar
I can't think of a clean Maven (configuration) way to do this. /Anders On Sun, Jan 28, 2018 at 12:52 PM, Christofer Dutz wrote: > Hi all, > > in the Apache Edgent (incubating) project we are producing java 8 and java > 7 compatible jars by using the