Re: I can't use archetype and set java.version to "8"

2016-06-27 Thread Xunrong Li
On Wednesday, April 13, 2016 at 3:58:35 PM UTC-5, Dan Alvizu wrote: > > I can confirm this fixes the issue. Thanks Jesse! > > On Wednesday, April 13, 2016 at 1:28:59 PM UTC-6, Jesse Glick wrote: >> >> I released version 2.7 of the POM with this fix. >> > Can you share you pom.xml? I still have

Re: I can't use archetype and set java.version to "8"

2016-04-13 Thread 'Dan Alvizu' via Jenkins Developers
I can confirm this fixes the issue. Thanks Jesse! On Wednesday, April 13, 2016 at 1:28:59 PM UTC-6, Jesse Glick wrote: > > I released version 2.7 of the POM with this fix. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe

Re: I can't use archetype and set java.version to "8"

2016-04-13 Thread Jesse Glick
I released version 2.7 of the POM with this fix. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. To view this

Re: I can't use archetype and set java.version to "8"

2016-04-12 Thread 'Dan Alvizu' via Jenkins Developers
Awesome thanks! On Tue, Apr 12, 2016 at 1:43 PM, Manfred Moser wrote: > Nice ;-) > > On Tue, Apr 12, 2016 at 12:39 PM, Jesse Glick > wrote: > >> On Fri, Apr 8, 2016 at 5:04 PM, Manfred Moser wrote: >> > Yes there is. We got this

Re: I can't use archetype and set java.version to "8"

2016-04-12 Thread Manfred Moser
Nice ;-) On Tue, Apr 12, 2016 at 12:39 PM, Jesse Glick wrote: > On Fri, Apr 8, 2016 at 5:04 PM, Manfred Moser wrote: > > Yes there is. We got this published and done via mojohaus recently > > My apologies; looked for it in my Maven repository index and

Re: I can't use archetype and set java.version to "8"

2016-04-12 Thread Jesse Glick
On Fri, Apr 8, 2016 at 5:04 PM, Manfred Moser wrote: > Yes there is. We got this published and done via mojohaus recently My apologies; looked for it in my Maven repository index and it did not show up there for some reason. Anyway,

Re: I can't use archetype and set java.version to "8"

2016-04-08 Thread Manfred Moser
Yes there is. We got this published and done via mojohaus recently see https://github.com/mojohaus/animal-sniffer/issues/1 org.codehaus.mojo animal-sniffer-maven-plugin org.codehaus.mojo.signature java18 1.0

Re: I can't use archetype and set java.version to "8"

2016-04-08 Thread Jesse Glick
On Fri, Apr 8, 2016 at 1:21 PM, Manfred Moser wrote: > You probably have to override the animal sniffer config with the correct > signature file version. There is none for Java 8 yet AFAICT, so until there is, 8+ plugins are not supported by this POM I guess, unless you can

Re: I can't use archetype and set java.version to "8"

2016-04-08 Thread Manfred Moser
You probably have to override the animal sniffer config with the correct signature file version. On Fri, Apr 8, 2016 at 10:19 AM, 'Dan Alvizu' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > I followed the instructions in the plugin tutorial to create a new plugin, > and I

I can't use archetype and set java.version to "8"

2016-04-08 Thread 'Dan Alvizu' via Jenkins Developers
I followed the instructions in the plugin tutorial to create a new plugin, and I can't seem to use java 8 this way: https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial $ mvn -U org.jenkins-ci.tools:maven-hpi-plugin:create $ # open up pom.xml, change 'java.version' to 8 $ mvn package