Building maven project and certain specified dependencies to a certain jdk version

2016-09-07 Thread Johan Iskandar
Hi all, I am currently using weblogic 10.3.6, and wanted to use primefaces 5.x or 4.x whichever possible. AFAIK weblogic requires servlet 2.5. Primefaces 5.x CMIIW uses jsf 2.x. Lets assume that we could theoretically build against jsf 2.0 which requires servlet 2.5 hence theoretically deployable

Re: Packaging a directory in Maven

2016-09-07 Thread Manfred Moser
Use the Maven Assembly plugin and run the build whereever.. locally or on a CI server... Upload will happen automatically as part of your deploy runs. Magnanao, Hector wrote on 2016-09-07 14:32: > I need to have Maven package a directory in Bitbucket that will eventually be > uploaded to Artif

Packaging a directory in Maven

2016-09-07 Thread Magnanao, Hector
I need to have Maven package a directory in Bitbucket that will eventually be uploaded to Artifactory. How do I do this in Maven ? I'd need to run this in Bamboo. Hector Magnanao Jr. SCM Analyst Fieldglass, Inc. O: (331) 702-6142 M: (773) 474-3051 hector.magna...@sap.com www.fieldglass.com Fi

Re: Excluding all transitive dependencies

2016-09-07 Thread Benson Margulies
On Tue, Sep 6, 2016 at 7:12 PM, Mark Derricutt wrote: > On 7 Sep 2016, at 4:16, Benson Margulies wrote: > >> In fact, I think I've seen it work. However, today, with Maven 3.3.9, >> it seems to be having no effect with the declaration below. Can anyone >> suggest a way to explain/fix/repair? > > T