Re: Gentoo packaging / reproducibility of Maven-based Java projects

2017-03-20 Thread Mark H. Wood
e that the binary is not built for. That's sadly not without precedent. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: Is there a way to make mvn default to Java 8?

2017-01-13 Thread Mark Prins
Op 13 jan. 2017 18:15 schreef "John Patrick" : If you only have Java 8 installed, would that work? Or does target still default to something older? The default value for the compiler plugin is 1.5 even when using java 8 runtime. You may want to look into toolchains as

Re: Excluding -beta-N from a range

2017-01-12 Thread Mark Derricutt
Our rule of thumb at $work is NEVER, EVER, E V E R release a .0 artefact for this exact reason. Always start with .1 Mark -- Mark Derricutt http://www.theoryinpractice.net http://www.chaliceofblood.net http://plus.google.com/+MarkDerricutt http://twitter.com/talios http://facebook.com

Re: Uploading of parent pom of third party library to nexus.

2016-12-15 Thread Mark Prins
On 13-12-16 17:31, Tester wrote: Hi, I'm able to use the mvn deploy-file commando to upload all the child libraries (powermock-core, powermock-reflect, ...), with for example, the following command: mvn deploy:deploy-file -DpomFile=xxx\powermock-core-1.2.5.pom

Re: AW: Maven-Site-Plugin: Generated content?

2016-11-05 Thread Mark Prins
You probably want to create a reporting plugin that you can add to your pom to create that eXtra content, it 's how maven works

Re: Comparing specifying repositories in pom vs. settings.xml?

2016-10-19 Thread Mark H. Wood
leases. Why would you have more than these? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: Comparing specifying repositories in pom vs. settings.xml?

2016-10-18 Thread Mark H. Wood
d, and I would hack > the specified repos when I needed to. I'm trying, without success, to imagine why you do not simply accumulate elements as required. Before long you should reach a state in which new additions are extremely rare. -- Mark H. Wood Lead Technology Analyst University Libr

Re: help with version range

2016-09-23 Thread Mark Derricutt
1-SNAPSHOT. Thinking about it, I should write an enforcement plugin rule that also traps that. -- Mark Derricutt http://www.theoryinpractice.net http://www.chaliceofblood.net http://plus.google.com/+MarkDerricutt http://twitter.com/talios http://facebook.com/mderricutt signature.asc Description: OpenPGP digital signature

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

2016-09-08 Thread Mark Prins
%22%20AND%20a%3A%22validation-api%22 good luck; personnaly I would rather upgrade to a current version of java and weblogic first On Sep 8, 2016, at 6:29 PM, Mark Prins <mc.pr...@gmail.com> wrote: You might be able to get away with explicitly declaring a java 5 version of validati

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

2016-09-08 Thread Mark Prins
You might be able to get away with explicitly declaring a java 5 version of validation-api in your pom and hope it's api compatible. -m -- Disclaimer; This message is just a reflection of what I thought at the time of sending. The message may contain information that is not intended for you or

Re: Excluding all transitive dependencies

2016-09-06 Thread Mark Derricutt
No other dependencies pulling them in? -- Mark Derricutt http://www.theoryinpractice.net http://www.chaliceofblood.net http://plus.google.com/+MarkDerricutt http://twitter.com/talios http://facebook.com/mderricutt signature.asc Description: OpenPGP digital signature

POM Model version 4.1.0 in 3.4.0-SNAPSHOTs

2016-08-20 Thread Mark Derricutt
Christian, is there anywhere describing what changes there are/or planned in Model version 4.1.0 at all? Mark -- "Great artists are extremely selfish and arrogant things" — Steven Wilson, Porcupine Tree

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 3)

2016-08-16 Thread Mark Derricutt
n you'd be forcing all consumers of that dependency to use Maven 3.4.0 itself ( IMHO not in itself a bad idea ), but that might hurt any consuming applications like Sonar, Jenkins, or other build tools. -- Mark Derricutt http://www.theoryinpractice.net http://www.chaliceofblood.net http://plu

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 3)

2016-07-22 Thread Mark Derricutt
On Sat, Jul 23, 2016 at 3:27 AM, Karl Heinz Marbaise wrote: > This is only a current state of development (Git hash: > 90f26c279af9738735be8f84f60dcf21b6244e24) to get some feedback from the > community... > Have been using daily HEAD builds as my daily driver for the past

Is there any way to have archetype:generate fill in "boilerplate" fields?

2016-07-05 Thread Mark H. Wood
It's a small thing, but it would be handy if I could stash some settings somewhere that would cause the archetype generator to fill in my and and the like. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-07-02 Thread Mark Derricutt
IDE/project and doesn't seem to trigger ( at least, session level extensions ) each time to run things. Plugins with true seem to run tho. -- Mark Derricutt http://www.theoryinpractice.net http://www.chaliceofblood.net http://plus.google.com/+MarkDerricutt http://twitter.com/talios http://facebook.

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-07-02 Thread Mark Derricutt
c - I'd say that for 3.x we'd leave these features off by default, but for 4.x we turn them on. I for one can't wait til we fix all the problems with the "compile" scope - and I don't care if we cause a lot of grief for end users in the process. -- Mark Derricutt http://www.theoryinpr

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-07-02 Thread Mark Derricutt
The features look nice, the only thing I don't really like is (maybe mistaken) it's command line only? Which would mean you have to manual enable it every where, ides, build servers, unless you can enable them with some form of in-pom declaration? >From the hip, on Android... On 3/07/2016 09:19,

RE: [EXTERNAL] SCM APIs cause "ref HEAD is not a symbolic ref"

2016-06-15 Thread Mark Prins
Op 15 jun. 2016 16:10 schreef "Justin Georgeson" : > > Is the failure happening during CI with a shallow clone? I've seen a few systems > > > -Original Message- > > From: simone.trip...@gmail.com [mailto:simone.trip...@gmail.com] On > > Behalf Of Simone Tripodi > >

Re: Questions regarding License Maven Plugin

2016-05-27 Thread Mark H. Wood
roject, and it would be good to see if it has its own mailing list. A plugin with a name like maven-FOO-plugin probably *is* maintained by the Maven project. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indian

Re: Problem With Maven Compiler Plugin

2016-05-10 Thread Mark Prins
On 10-05-16 16:12, michael.ctr.taru...@faa.gov wrote: When attempting to build with Maven from Eclipse I am getting the following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project camel-activemq: Fatal error

Re: Anyone using annotationProcessorPaths in maven-compiler-plugin

2016-03-27 Thread Mark Derricutt
on/1.1/reference/html/index.html#setup Hrm, that looks similar to what I had - I'll take a look at making a standalone project and seeing if that exhibits the same issue. Mark -- Mark Derricutt http://www.theoryinpractice.net http://www.chaliceofblood.net http://plus.google.com/+MarkDerricu

Re: Anyone using annotationProcessorPaths in maven-compiler-plugin

2016-03-25 Thread Mark Derricutt
g with -X. > > Le jeu. 24 mars 2016 00:37, Mark Derricutt <m...@talios.com> a écrit : > > > Hey all, > > > > Has anyone successfully used the new setting > > in the maven-compiler-plugin at all? > > > > I'm adding: > > > > > >

Re: build a maven artifact with a list of jars

2016-03-25 Thread Mark Eggers
Arun, What I've done in the past is to make a new project consisting of nothing but dependencies with a packaging type of pom. This is loaded into our local Nexus repository and referenced with a dependency like the following: com.myCompany collection-of-jars 1.0.0 pom This pulls in the

Anyone using annotationProcessorPaths in maven-compiler-plugin

2016-03-23 Thread Mark Derricutt
be on the annotation path not class-path, but we don't print out the annotation path ). Am I missing something simple? Including `dagger-compiler` as a normal dependency works fine, but then bleeds into the class path. Mark -- Mark Derricutt http://www.theoryinpractice.net http://www.chaliceofblood.net http

Re: I want to separate the 3rd party jar in war file.

2016-03-19 Thread Mark Eggers
As Anders has said, you can use provided for those third party JARs that you wish to exclude from the WAR file, but still need when the application runs on your server. There are few advantages to this and several disadvantages. The advantages include a smaller WAR file, which means faster

Re: I want to separate the 3rd party jar in war file.

2016-03-19 Thread Mark Eggers
of Tomcat in your dev environment they should be so in prod as >> well. Or keep them in your war for dev and prod. >> >> /Anders >> >> On Fri, Mar 18, 2016 at 11:48 AM, pradeepkumar >> <pradeepkumar@gmail.com> wrote: >> >>> Thanks Mark

Re: Why isn't maven-dependency-plugin copying my artifacts anymore?

2016-03-10 Thread Mark Eggers
amily: “mac" >> >> $ ls -1 libs/ >> antlr4-runtime-4.0.jar >> mapdb-1.0.4.jar >> >> -- >> bart...@x-reizend.de >> >> >>> On 11 Mar 2016, at 01:03, David M. Karr <davidmichaelk...@gmail.com> >> wrote: >>> >

Re: Why isn't maven-dependency-plugin copying my artifacts anymore?

2016-03-10 Thread Mark Eggers
/ On 3/10/2016 3:44 PM, David M. Karr wrote: > On 03/10/2016 03:36 PM, Mark Eggers wrote: >> David, >> >> If you're providing a list of dependencies, then yes you'll use the copy >> instead of copy-dependencies. >> >> See the following for that information: >&

Re: Why isn't maven-dependency-plugin copying my artifacts anymore?

2016-03-10 Thread Mark Eggers
t;manual" copy goal with "copy-dependencies" and > implicit dependency declarations made no difference. No error at this > phase, it just doesn't do anything. > > On 03/10/2016 02:57 PM, Mark Eggers wrote: >> David, >> >> On 3/10/2016 2:31 PM, Dav

Re: Why isn't maven-dependency-plugin copying my artifacts anymore?

2016-03-10 Thread Mark Eggers
David, On 3/10/2016 2:31 PM, David M. Karr wrote: > Several days ago, on the advice of someone on another list, I configured > the use of the "maven-dependency-plugin" in my POM so that the build > would copy some dependencies into a local folder, not inside the target > folder. > > This worked

integration testing a plugin when using a forked lifecycle

2016-02-01 Thread Mark Prins
I'm trying (but failing) to reliably test a reporting plugin that requires some code analysis to be done to produce report input. (code analysis produces xml that is xsl transformed to html) Sometimes my test works, sometimes it doesn't; the test just uses the

How to get m-assembly-p to copy from an existing symlink?

2015-12-15 Thread Mark H. Wood
ted. (The dspace-installer directory *is* created.) Is this expected behavior? Is there a way to make this work? (I want the link followed and the content of its target copied to the assembly.) Should I file an issue? -- Mark H. Wood Lead Technology Analyst University Library Indiana Univers

Re: disabling default plugin from phase?

2015-12-07 Thread Mark Prins
On 04-12-15 02:58, Martin Gainty wrote: was asked by a local resource to look into resurrecting flex-mojos for a local company Thanks to Jeff, Mirko and Adrien I was able to exec thru all the phases to make flexmojos operational ..but.. I am disturbed by EOL notice from code.google.com to

Re: Maven stops building class files after Enum file added to project.

2015-11-09 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jarl, Why is the war file being built in Tomcat's webapps directory? Could you please post your pom.xml file? Also, you might want to run with the -X script to see what's going on. I think in general if you want to deploy from Maven to Tomcat, it

Re: Maven stops building class files after Enum file added to project.

2015-11-09 Thread Mark Eggers
> true > myProject > C:\apache-tomcat-7.0.64\webapps > > > org.apache.maven.plugins > maven-dependency-plugin > 2.6 > validate copy > ${endorsed.dir} > true > javax > javaee-endorsed-api 7.0 > jar > > > > On 11/9/2015 9:

Re: How easy/reliable is a maven repo hosted on webdav?

2015-11-04 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin, Nexus OSS is simple to set up and run either stand-alone or behind Apache HTTPD. . . . just a happy user /mde/ On 11/4/2015 4:13 PM, Kevin Burton wrote: > I need to setup a new maven repo due to some changes we're making > in our CI

Re: War file name and sftp to server

2015-10-09 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Keven, The Tomcat plugin should work. Make sure you have tomcat-users.xml set up with a script user and the proper role. The file is located in $CATALINA_HOME/conf. If you need help with that, the Tomcat mailing list is the place to go. We stuff

Re: License Auditing

2015-10-06 Thread Mark H. Wood
Doesn't the pro version of Nexus do license auditing and analysis? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu smime.p7s Description: S/MIME

Re: Using dependency plugin to build minimal local repository to run unit tests

2015-09-10 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, I don't know if this would help: 1. Set up a repository on your local machine 2. Configure that repository to proxy remote repositories 3. Set your settings.xml to point to that local repository 4. Build normally Then when you're off-line,

Re: Problem Accessing Our Organizations Remote Repo

2015-09-02 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/2/2015 12:21 PM, michael.ctr.taru...@faa.gov wrote: > I'm getting an unauthorized error when trying to access our > organizations remote repo. > > I'm attaching my settings.xml file with the user name and password > blocked. > > I'm also

Re: [EXTERNAL] Use 2 pom.xml files with different names

2015-08-10 Thread Mark Derricutt
here is that the maven-install-plugin ( and possibly, the maven-deploy-plugin ) need someway of knowing to use this alternate pom.xml instead of the normal one. Is that configurable at all? At a long shot, can use of the build-helper-plugin replace the pom.xml artifact in the build? -- Mark

Re: Using platform encoding (XYZ actually) to copy filtered resources

2015-07-28 Thread V. Mark Lehky
Found my problem: The child pom did not have a parent entry. :( Mark L. On 28 July 2015 at 11:29, V. Mark Lehky mark.le...@gmail.com wrote: Hello. I am trying to clean up our poms. I am getting a warning Using platform encoding (XYZ actually) to copy filtered resources from one of our

Using platform encoding (XYZ actually) to copy filtered resources

2015-07-28 Thread V. Mark Lehky
/plugin and this warning is coming from maven-resources-plugin:2.3:resources Is this a bug? Or am I using it wrong? Mark. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: fixing an almost Maven project

2015-07-24 Thread V. Mark Lehky
It sounds like this would be a good solutions for us, until we fully move towards the correct versioning, described by Paul B. and you in the other mail. Thank You all! Mark. On 23 July 2015 at 21:44, Barrie Treloar baerr...@gmail.com wrote: On 24 July 2015 at 13:33, V. Mark Lehky mark.le

Re: fixing an almost Maven project

2015-07-24 Thread V. Mark Lehky
Thanx for the vote of confidence. Good to know that I am on the right path. And yes: mailing this list, I am all in drinking the kool-aid. ;) On 23 July 2015 at 21:35, Barrie Treloar baerr...@gmail.com wrote: On 24 July 2015 at 13:39, V. Mark Lehky mark.le...@gmail.com wrote: I should have

Re: fixing an almost Maven project

2015-07-23 Thread V. Mark Lehky
, but you definitely want to lock down A's version for B. Cheers, Paul On Thu, Jul 23, 2015 at 9:30 PM, V. Mark Lehky mark.le...@gmail.com wrote: Hello. I have taken it upon myself to fix our Maven project. :) Our current situation is that we have about dozen child projects, all tied together

Re: fixing an almost Maven project

2015-07-23 Thread V. Mark Lehky
thought was rather brute. Bloatware, but it did work. Or was I wrong? On 07/23/2015 07:30 PM, V. Mark Lehky wrote: Hello. I have taken it upon myself to fix our Maven project. :) Our current situation is that we have about dozen child projects, all tied together with one parent pom. Everything

Re: fixing an almost Maven project

2015-07-23 Thread V. Mark Lehky
Our release process is definitely: everything gets released at the same time (with the same version number). How do you create per-project .m2 repo via Jenkins? Is it just a case of deleting the repo before each build, or are there actually separate copies of repos on disk? On 07/23/2015

fixing an almost Maven project

2015-07-23 Thread V. Mark Lehky
Hello. I have taken it upon myself to fix our Maven project. :) Our current situation is that we have about dozen child projects, all tied together with one parent pom. Everything lives in git (Bitbucket) and is build by Jenkins. There are several (ugly?) python scripts that package and

Re: Are tiles the way?

2015-06-03 Thread Mark Derricutt
actually work ). Mark -- Mark Derricutt http://www.theoryinpractice.net http://www.chaliceofblood.net http://plus.google.com/+MarkDerricutt http://twitter.com/talios http://facebook.com/mderricutt signature.asc Description: OpenPGP digital signature

Re: How to run jar dependent on maven repo jars? How to extract dependent jars into folder to include in classpath?

2015-05-11 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/11/2015 12:46 PM, Richard Catlin wrote: I built a jar using a pom. The jar depends on jars in the maven repository. How do I run my jar and include the jars in the maven repository in the classpath? If it possible to extract all the

Re: Running ALL tests in a multi-module , then failing the entire build.

2015-04-22 Thread Mark Derricutt
, and only fail the build at the end. or mvn --fail-never if you want to run everything, but have the build succeed and some other process looks at the logs... Does that help? Mark -- Mark Derricutt http://www.theoryinpractice.net http://www.chaliceofblood.net http://plus.google.com

Re: Minimum RPM Version for rpm-maven-plugin?

2015-04-06 Thread Mark Derricutt
. http://redline-rpm.org/usage.html -- Mark Derricutt http://www.theoryinpractice.net http://www.chaliceofblood.net http://plus.google.com/+MarkDerricutt http://twitter.com/talios http://facebook.com/mderricutt signature.asc Description: OpenPGP digital signature

Using site even if build fails

2015-03-27 Thread Robert Mark Bram
Hi all, I am trying this command line: mvn --fail-at-end -Plocal verify site And I find that if an integration test fails, site is *not* being run at all - even with --fail-at-end. This is my reporting element in pom.xml: reporting plugins plugin

Using site even if build fails

2015-03-27 Thread Robert Mark Bram
Hi all, Please excuse me if this is a double post - I couldn't be sure the first one went through. I am trying this command line: mvn --fail-at-end -Plocal verify site And I find that if an integration test fails, site is *not* being run at all - even with --fail-at-end. This is my reporting

Re: Help with warning: 'Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo'

2015-03-12 Thread Mark Derricutt
multiple projects/jobs share the same SNAPSHOTS in isolation. It _seams_ to work - even tho I have to manually clean out old directories after awhile. -- Mark Derricutt http://www.theoryinpractice.net http://www.chaliceofblood.net http://plus.google.com/+MarkDerricutt http://twitter.com/talios

Re: maven 3.0.6 release date

2015-02-03 Thread Mark Derricutt
radar? Could this be handled in the /bin/mvn script - have a new mvn upgrade that could download into ~/.m2/install and run from there if newer than the system install. This could also maven allow you to define a environment variable for M2_VERSION and have it download run against that? Mark

Best practice for optional dependencies?

2015-01-22 Thread Mark H. Wood
dependency:analyze is wrong and you should not remove this dependency; or keep explaining to people why they get NoClassDefFoundError when processing some of their files. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street

Re: Resolving classpath hell issues by allowing libraries to only use the version they request?

2015-01-05 Thread Mark Derricutt
-with-docker-and-overcast/ I'm sorely tempted to switch a lot of our integration tests over to using overcast, assuming I can create a local registry of docker images ( I believe Artifactory can do it, but not nexus (yet?) ). Mark -- Mark Derricutt http://www.theoryinpractice.net http

Re: Strange Issue

2014-12-31 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/31/2014 8:49 AM, Ole Ersoy wrote: Hi, I'm seeing some strange behavior with Maven 3.0.5 on Ubuntu. BACKGROUND = When I run `mvn test` the console prints: `[ERROR] No compiler is provided in this environment. Perhaps

Re: Strange Issue

2014-12-31 Thread Mark Eggers
through alternatives and figure out if it meets my needs (or if I should file bug reports). . . . just my two cents /mde/ On 12/31/2014 9:52 AM, Ole Ersoy wrote: Hi Mark, I do have Open JDK installed. The reason this is strange is because the maven build runs fine from the command line after

What are mobile developers best practices

2014-12-24 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Folks, So I'm in a bit of a conundrum, and would like some ideas. Most of the time I work with my laptop connected to an internal network, with its own maven repository (Nexus OSS). I proxy all external repositories through this and everything works

Re: [VOTE] Name our mascot: Shotgun vs The Maven Owl

2014-12-17 Thread Daniel L Mark
A From: Matt Stephenson matts...@mattstep.net To: Maven Developers List d...@maven.apache.org Cc: Maven Users List users@maven.apache.org Date: 12/16/2014 04:46 PM Subject:Re: [VOTE] Name our mascot: Shotgun vs The Maven Owl Sent by:jmstephen...@gmail.com A On

Re: [VOTE] Name our mascot: Shotgun vs The Maven Owl

2014-12-16 Thread Mark Derricutt
On 15 Dec 2014, at 23:39, Stephen Connolly wrote: [A]: Shotgun [B]: The Maven Owl B. -- Mark Derricutt http://www.theoryinpractice.net http://plus.google.com/+MarkDerricutt http://twitter.com/talios http://facebook.com/mderricutt signature.asc Description: OpenPGP digital signature

Re: Little documentation issues

2014-12-10 Thread Mark H. Wood
of the knowledge one has just gained. Perhaps pick one common plugin as an example. Someone noted that goal and Mojo are often used interchangeably, but it may be good to mention here that goal is a named behavior and Mojo is its implementation. (If I have that right.) -- Mark H. Wood Lead

Re: [VOTE] Run-off for mascot's name

2014-12-09 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 H, E, K On 12/9/2014 2:52 AM, Stephen Connolly wrote: This is a run-off vote to select the top two options for our new mascot's name. The entries with the highest number of votes will be selected for the final round. If there is only one entry

Re: [VOTE] Run-off for mascot's name

2014-12-09 Thread Mark Derricutt
...@maven.apache.org -- Mark Derricutt http://www.theoryinpractice.net http://plus.google.com/+MarkDerricutt http://twitter.com/talios http://facebook.com/mderricutt signature.asc Description: OpenPGP digital signature

Re: Using shaded JAR as a dependency in a WAR module

2014-12-08 Thread Mark Eggers
On 05/12/2014 3:22 PM, Mark Eggers wrote: Ron and Stephen, Ron, we cannot use libraries installed into Tomcat's $CATALINA_BASE/lib directory for several reasons. While it's nice from a developer and deployment point of view, we do end up running multiple versions of the WAR file (with different

Re: Using shaded JAR as a dependency in a WAR module

2014-12-05 Thread Mark Eggers
list is not much help. Ron On 04/12/2014 6:29 PM, Mark Eggers wrote: Folks, I admit it, I'm a bit confused (and relatively new to maven). Goal: To release a WAR file with a minimal number of JAR files in WEB-INF/lib. Thought: 1. Break up the WAR project into a WAR module

Re: Using shaded JAR as a dependency in a WAR module

2014-12-05 Thread Mark Eggers
not change as the application gets worked on. This makes the testing go quicker since you are only replacing the war file that you are working on and the war file only contains the code that we write. I am not sure if this applies to your libraries. Ron On 05/12/2014 12:04 PM, Mark Eggers

Using shaded JAR as a dependency in a WAR module

2014-12-04 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Folks, I admit it, I'm a bit confused (and relatively new to maven). Goal: To release a WAR file with a minimal number of JAR files in WEB-INF/lib. Thought: 1. Break up the WAR project into a WAR module and a JAR module 2. Make the WAR module be

Re: [LOGO] site with Fluido skin and owl logo

2014-11-26 Thread Mark H. Wood
are all being redesigned as a skinny rivulet of text down the center of a broad snowfield. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread Mark Struberg
+1 really like the new logo (or better any of those owls). LieGrue, strub On Tuesday, 25 November 2014, 12:02, Arnaud Héritier aherit...@gmail.com wrote: +1 thx On Tue, Nov 25, 2014 at 11:57 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: +1 On 25 November

Re: Linux Command Line System Property Issue

2014-11-25 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phillip, Try single quotes. Double quotes in bash allow special characters (including spaces) to be interpreted by the shell. Single quotes prevent the shell from being interpreted. mvn package -DmavenArgLine='arg1 arg2' Partial results: [INFO]

Re: Linux Command Line System Property Issue

2014-11-25 Thread Mark Eggers
. . . puzzled /mde/ On 11/25/2014 12:31 PM, Gribnau, Phillip wrote: Thanks Mark for the suggestion. Unfortunately it still treats 'arg2' as a unknown lifecycle phase. I also tried saving the value as a system variable first, then passing it into maven's command. This still fails with the unknown

Re: [DISCUSS] Adopt Mr Couché-Tard as our mascot, change the logo font to Alte Haas Grotesk, change the colour letter to v

2014-11-20 Thread Mark Derricutt
+100 - Bring on the tard. On 20 Nov 2014, at 23:49, Stephen Connolly wrote: The closest thing to a mascot that we have is http://maven.apache.org/images/maven-logo-2.gif Arse on desk behind laptop while waiting for Maven to finish downloading the interwebs -- Mark Derricutt http

Re: API-s/Maven plugins for generation of REST API documentation

2014-11-19 Thread Mark Derricutt
to JAX-RS ( or something else ) then its largely swapping out the code generator and stubs to services. -- Mark Derricutt http://www.theoryinpractice.net http://plus.google.com/+MarkDerricutt http://twitter.com/talios http://facebook.com/mderricutt signature.asc Description: OpenPGP digital

Re: Apache Maven - Checkstyle Plugin - Java 8

2014-11-03 Thread Mark Derricutt
end up with broken behaviour. -- Mark Derricutt http://www.theoryinpractice.net http://plus.google.com/+MarkDerricutt http://twitter.com/talios http://facebook.com/mderricutt signature.asc Description: OpenPGP digital signature

RE: Maven site fails with PluginContainerException

2014-10-31 Thread Addleman, Mark J
unsubscribe From: David Hoffer dhoff...@gmail.com Sent: Friday, October 31, 2014 12:25 PM To: Maven Users List Subject: Re: Maven site fails with PluginContainerException I think I found the cause of this. I had an older version of

Re: release of git folder

2014-10-27 Thread Mark Derricutt
in the DefaultInheritanceAssemble somewhere in 3.1.x cycle. For some reason - for every parent in the chain it appends the artifactId to the parents SCM section fields ( connection, developerConnection etc. ). -- Mark Derricutt http://www.theoryinpractice.net http://plus.google.com/+MarkDerricutt http

What packaging to use for a sub-module that just runs integration tests?

2014-10-09 Thread Robert Mark Bram
My parent POM declares this Selenium project in a profile. profile iddefault-build/id !-- This profile will be active if another profile isn't triggered -- activation activeByDefaulttrue/activeByDefault /activation modules

Re: What packaging to use for a sub-module that just runs integration tests?

2014-10-09 Thread Robert Mark Bram
I would try to skip the deploy goal for this particular plugin see http://maven.apache.org/plugins/maven-deploy-plugin/faq.html#skip Ah, yes - this is what I needed. So still use jar packaging but skip the deploy phase. Rob :)

Re: What packaging to use for a sub-module that just runs integration tests?

2014-10-09 Thread Robert Mark Bram
Well the question you really will want to know is: do I want any other modules to depend on the integration tests being successful? The Hatter opened his eyes very wide on hearing this; but all he said was, Why is a mvn like a writing-desk? If the answer is no then you will just configure

Re: Running integration tests

2014-10-07 Thread Robert Mark Bram
Thank you Stephen - this was very useful and came just when I am ready to start piecing together this level of detail. 1) Default vs non-default plugins suddenly a White Rabbit with pink eyes ran close by Alice So, what I understood from this trip down the rabbit-hole. - Maven defines

Running integration tests

2014-10-06 Thread Robert Mark Bram
Hi All, A couple of questions about integration tests.. 1) Default vs non-default plugins I needed to include the maven-failsafe-plugin plugin to introduce integration tests into my project, but I didn't need to introduce the maven-surefire-plugin to my pom.xml for unit tests. Fair enough, but

Re: Announcing the NAR plugin for Maven 3.2.0

2014-10-02 Thread Mark Donszelmann
Hi good work. Nice to see my original work has evolved and is being used. Thanks Mark Donszelmann On Oct 2, 2014, at 7:12 PM, Curtis Rueden ctrue...@wisc.edu wrote: -- Forwarded message -- From: Johannes Schindelin johannes.schinde...@gmx.de Date: Thu, Oct 2, 2014 at 12:05

Re: Maven, Dependencies and Vulnerabilities

2014-09-30 Thread Mark Derricutt
the things you're working on? Maybe join forces? Mark - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Release fails with maven-javadoc-plugin 2.10

2014-09-25 Thread Mark Derricutt
You've updated to the 2.10 javadoc plugin, which is - sadly, showing a lot of problems ( exactly what you're seeing ). I'd roll back to 2.9.1 like most people are. Mark On 25 Sep 2014, at 18:36, Antti O. wrote: Hi all, I've started seeing failures when doing a release during this week

Re: Tell maven to not have the parent pom as a dependency?

2014-09-14 Thread Mark Derricutt
You don't need N windows, I just add the pom in the maven projects tool window, and have open in my generated IDEA project my core project, plus any F/OSS project I may be forking/working on in the process. Find Anywhere then works across all projects. ![Cloud Email Hosting

Re: Importing Maven plugins and profiles

2014-09-14 Thread Mark Derricutt
You could do this with the tiles-maven-plugin: https://github.com/repaint-io/maven-tiles We recently forked the old broken plugin and rehomed it under our repaint.io banner. This provides mixins for maven. On 13 Sep 2014, at 9:52, mavenarch wrote: Hi, Is there a way to import plugins

RE: Maven Release Plugin - release:branch: branch versions not set as expected

2014-09-01 Thread Mark Gibson
Ok, thanks Robert. Sadly this doesn't fit my expectations or needs. I'll look to do something a little more manual. Mark -Original Message- From: Robert Scholte [mailto:rfscho...@apache.org] Sent: 29 August 2014 17:51 To: Maven Users List Subject: Re: Maven Release Plugin

Re: CD, version numbers, IDE integration

2014-08-31 Thread Mark Derricutt
Currently IntelliJ embeds 3.0.5 and gets perplexed over anything 3.2.x specific ( it really doesn't like the tiles plugin ). I have a fork of Idea where I've bumped the embedded version of Maven but as yet, it dies horribly with RMI Classloader issues :( On 1 Sep 2014, at 4:57, Benson

Maven Release Plugin - release:branch: branch versions not set as expected

2014-08-29 Thread Mark Gibson
something that would explain why the above is correct? Or am I missing something obvious in how to configure the plugin to work as expected? (I've included a very simple repro in the grey breakout box below ) Thanks Mark Very simple setup to demonstrate: Project structure | pom.xml | +---child

Re: compile:compile failure on sun proprietary implementation API usage

2014-08-29 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/29/2014 1:39 PM, kvnsmnsn wrote: Right now the code that's messing me up is: byte[] bytesTimestampUtf8Encrypted = cipher.doFinal(bytesTimestampUtf8Unencrypted); String secret = (new

Re: maven 3.1.1 crashes on GC overhead limit exceeded with millions of org.eclipse.aether.graph.DefaultDependencyNode

2014-08-28 Thread Mark Derricutt
Sounds exactly like the problem I've been having locally on our integration tests, only in that instance its lots of version ranges ( using SNAPSHOTs ) that have transitive ranges (also using SNAPSHOTs ). Maven would just lock up, altho it's really just taking a LNG time walking the

Re: Remove old snapshots under local repository

2014-08-19 Thread Mark Derricutt
So not using the dependency plugin like I suggested? On 20 Aug 2014, at 10:14, Dan Tran wrote: After all consideration. I use Ron's advice and create a internal plugin to clean it up. - To unsubscribe, e-mail:

Re: Remove old snapshots under local repository

2014-08-19 Thread Mark Derricutt
Nope, it's takes the dependencies from your project pom.xml: mvn dependency:purge-local-repository -DresolutionFuzziness=artifactId Mark On 20 Aug 2014, at 14:11, Dan Tran wrote: the problem here is I have to enter artifactId, am I missing any thing? specially for a developer who is very

Re: Remove old snapshots under local repository

2014-08-18 Thread Mark Derricutt
to download again but works wonderfully. MaRK On 18 Aug 2014, at 21:10, Adrien Rivard wrote: Or delete all directories that end with -SNAPSHOT On Sun, Aug 17, 2014 at 8:18 AM, Dan Tran dant...@gmail.com wrote: sounds like a good option. Thanks -D On Sat, Aug 16, 2014 at 11:11 PM, Ron Wheeler

Re: Discovering/updating component file versions in maven dependencies

2014-08-07 Thread Mark Derricutt
The versions-maven-plugin has some good goals for this: http://mojo.codehaus.org/versions-maven-plugin/ such as: $ mvm versions:display-dependency-updates $ mvm versions:display-plugin-updates Mark On 8 Aug 2014, at 15:20, Les Gasser wrote: 3. Failing that, I suppose I have to survey

<    1   2   3   4   5   6   7   8   9   10   >