Velocity - Archetypes Question

2015-12-01 Thread Maria Beckham
Hi there, Are archetypes in maven by default based on velocity engine/templates processing? If not, could someone pls provide us an sample example of maven archetypes using velocity templates(like say for example generating java source code) Thanks,Maria

RE: valid p2 repository?

2015-12-01 Thread Martin Gainty
using kepler but the http://?; need be resolved at command-lineapologies but i dont know the repository urls for "standard eclipse p2 repositories"the p2 repository URL for kepler is...? Martin __ > From:

Re: Extracting classes from a separate project?

2015-12-01 Thread Curtis Rueden
Great question! I see a couple of approaches: 1) Technical solution: I think you are on the right track to use the maven-shade-plugin. But you shouldn't need the maven-dependency-plugin. The shade plugin is pretty powerful. Why not just make your single-module library artifact an "uber-JAR"

Re: Extracting classes from a separate project?

2015-12-01 Thread org.apache.maven.user
'Lo, On 2015-12-01T10:45:16 -0600 Curtis Rueden wrote: > Great question! > > I see a couple of approaches: > > 1) Technical solution: I think you are on the right track to use the > maven-shade-plugin. But you shouldn't need the maven-dependency-plugin. The > shade plugin

RE: valid p2 repository?

2015-12-01 Thread Martin Gainty
Thanks Jeff! Martin ___ > From: jeffma...@jeffmaury.com > Date: Tue, 1 Dec 2015 16:19:00 +0100 > Subject: Re: valid p2 repository? > To: users@maven.apache.org > > Did you tried the standard Eclipse P2 repositories ? > > Jeff > > On Tue, Dec 1, 2015 at 3:44 PM, Martin Gainty

Re: Extracting classes from a separate project?

2015-12-01 Thread org.apache.maven.user
On 2015-12-01T17:56:15 + wrote: > > On 2015-12-01T10:45:16 -0600 > Curtis Rueden wrote: > > Why not just make your single-module library artifact an "uber-JAR" > > consisting > > only of its own sources plus the relocated+minimized

Re: valid p2 repository?

2015-12-01 Thread Jeff MAURY
Did you tried the standard Eclipse P2 repositories ? Jeff On Tue, Dec 1, 2015 at 3:44 PM, Martin Gainty wrote: > all of them but my immediate need is : > Caused by: > org.eclipse.tycho.p2.target.facade.TargetDefinitionResolutionException: > Could not find

RE: Compilation Error -Incompatible Types

2015-12-01 Thread pradeepkumar
Hi David , This is the original post . I am facing the compilation error in my Jenkins job. We are not getting compile time error in Eclipse for BusinessObject but we are getting incompatible types error in Jenkins. Is there any way to resolve this issue rather than changing the source

Re: Compilation Error -Incompatible Types

2015-12-01 Thread Adrien Rivard
Maybe you are missing a library that is provided by Eclipse for BusinessObject but not defined in the pom. In that case you need to find that library and add it to your maven build. On Tue, Dec 1, 2015 at 4:27 PM, pradeepkumar wrote: > Hi David , > > > This is

valid p2 repository?

2015-12-01 Thread Martin Gainty
Anyone know of a valid P2 repositories ?i tried this supposedly valid p2 repository:http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/but cannot resolve any of the repository location="" for P2 artifacts or plugins referenced in build.target? guide is here:

RE: valid p2 repository?

2015-12-01 Thread Martin Gainty
all of them but my immediate need is : Caused by: org.eclipse.tycho.p2.target.facade.TargetDefinitionResolutionException: Could not find "javax.annotation/1.2.0.v201401042248" in the repositories of the current location Thanks! Martin __

Re: valid p2 repository?

2015-12-01 Thread Jeff MAURY
Which artifacts are you looking for ? Jeff Le 1 déc. 2015 13:56, "Martin Gainty" a écrit : > Anyone know of a valid P2 repositories ?i tried this supposedly valid p2 > repository: > http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/but >

RE: valid p2 repository?

2015-12-01 Thread Martin Gainty
using kepler but the http://?; need be resolved at command-lineapologies but i dont know the repository urls for "standard eclipse p2 repositories"the p2 repository URL for kepler is...? Martin __ > From:

Re: valid p2 repository?

2015-12-01 Thread Jeff MAURY
http://download.eclipse.org/releases/kepler Jeff On Tue, Dec 1, 2015 at 5:08 PM, Martin Gainty wrote: > using kepler but the http://?; need be resolved at > command-lineapologies but i dont know the repository urls for "standard > eclipse p2 repositories"the p2 repository

Extracting classes from a separate project?

2015-12-01 Thread org.apache.maven.user
Hello. I'm intending to use some classes from the fastutil package[0]. Due to the size of the artifact(s), it's assumed that anyone using the package will use ProGuard on their application to remove unneeded classes. However: 1. I'm writing a library. 2. I'm using the fastutil classes in a way

RE: Compilation Error -Incompatible Types

2015-12-01 Thread David Evans
I'm afraid I know nothing of Jenkins so I'm not able to advise on changing that. I was suggesting you might check the source to see which of com.ABC.XXX.bo.BusinessObject and com.ABC.bo.BusinessObject was being imported and confirm which one SHOULD be being imported. It might be that a