Re: Releasing 3.2.0

2014-01-27 Thread Kristian Rosenvold
I had a solution for this problem using @Named, but i had trouble getting it to work, I probably did something wrong. I'll give it one more shot. Just move the issue along if I don't fix it by the time you cut the release. Kristian 2014-01-28 Jason van Zyl > There are only a few issues left w

Releasing 3.2.0

2014-01-27 Thread Jason van Zyl
There are only a few issues left which Igor and I will close out over the next couple days. Kristian, there's one issue left in the pile that's assigned to you. If you don't have time to look at it can you please move it to the 4.x pile. Thanks, Jason

Re: SPDX Maven Plugin

2014-01-27 Thread Jason van Zyl
On Jan 27, 2014, at 3:35 PM, Gary O'Neall wrote: > Hi Jason, > > Thanks for the response and suggestions. > > Currently, the plugin is only taking information from the POM and formatting > it as an SPDX file. > > With the plugin, I am primarily targeting developers and organization which > or

maven-enforcer pull request: MENFORCER-182: document the changes of MENFORC...

2014-01-27 Thread mfriedenhagen
Github user mfriedenhagen closed the pull request at: https://github.com/apache/maven-enforcer/pull/12 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

RE: SPDX Maven Plugin

2014-01-27 Thread Gary O'Neall
Hi Jason, Thanks for the response and suggestions. Currently, the plugin is only taking information from the POM and formatting it as an SPDX file. With the plugin, I am primarily targeting developers and organization which originate the code. In this case, the license information in the POM is

maven-enforcer pull request: MENFORCER-182: document the changes of MENFORC...

2014-01-27 Thread mfriedenhagen
GitHub user mfriedenhagen opened a pull request: https://github.com/apache/maven-enforcer/pull/12 MENFORCER-182: document the changes of MENFORCER-160. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mfriedenhagen/maven-enforcer

maven-enforcer pull request: MENFORCER-182: document the changes of MENFORC...

2014-01-27 Thread mfriedenhagen
Github user mfriedenhagen closed the pull request at: https://github.com/apache/maven-enforcer/pull/10 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-enforcer pull request: MENFORCER-183: Update versions of site and pro...

2014-01-27 Thread mfriedenhagen
Github user mfriedenhagen closed the pull request at: https://github.com/apache/maven-enforcer/pull/11 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: SPDX Maven Plugin

2014-01-27 Thread Jason van Zyl
Gary, Does the plugin do any source level scanning to determine licenses, or are you just taking the information from the POM? If you're using something like JNinka[1] to figure out what licenses are actually present then that's a first step. Actually determining if it's a valid set of licenses

Re: Problem with transitive Guava dep

2014-01-27 Thread Manfred Moser
> This problem is specific to maven-plugin-testing-harness. You can use > any version of Guava at runtime, but test classpath is flat so you need > to use single Guava version that is compatible with all components. > > Unfortunately, I don't know how to fix the problem, at least not until > Maven