RE: Artifactory pro abstract credentials in settings.xml

2016-08-09 Thread cody.a.fyler
You don't need to use the Artifactory pro plugin to publish to Artifactory from Maven. The maven-release-plugin should provide all the functionality you need. Cody Fyler CLT – APMS G=Lending Grid Builds (515) – 441 - 0814 -Original Message- From: swapnil barwat

RE: Artifactory pro abstract credentials in settings.xml

2016-08-09 Thread cody.a.fyler
I googled it for you. https://maven.apache.org/guides/mini/guide-encryption.html Cody Fyler CLT – APMS G=Lending Grid Builds (515) – 441 - 0814 -Original Message- From: swapnil barwat [mailto:swapnilbar...@gmail.com] Sent: Tuesday, August 09, 2016 12:27 PM To: users@maven.apache.org

RE: Offline builds nearly impossible

2015-11-13 Thread cody.a.fyler
I just wanted to weigh in. This indeed does not function in what I would call an "intuitive" way. It would be really nice if offline mode meant just provide the switch and everything used your local repo. No extra configuration or trickery required. I know in modern times, the idea of always

RE: [ANN] Apache Maven Assembly Plugin 2.5.4 Released

2015-04-27 Thread cody.a.fyler
Is the same change going to be made to the plexus-archiver 3.x branch? Cody Fyler Lending Grid Build Team G=Lending Grid Builds (515) – 441 - 0814 -Original Message- From: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no] On Behalf Of Kristian Rosenvold Sent: Monday,

Issue with maven-release-plugin and maven 3.3.1

2015-04-22 Thread cody.a.fyler
It appears as though the maven-release-plugin needs to be updated for Maven 3.3.1 (similar to the maven-invoker-plugin)? I get this error trying a dry run: [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.1:prepare (default-cli) on project parent: Failed

RE: Issue with maven-release-plugin and maven 3.3.1

2015-04-22 Thread cody.a.fyler
That works for me. Thanks! Cody Fyler Lending Grid Build Team G=Lending Grid Builds (515) – 441 - 0814 -Original Message- From: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] Sent: Wednesday, April 22, 2015 3:11 PM To: Maven Users List Subject: Re: Issue with maven-release-plugin and

RE: Can Maven be used in an nmake environment with VPATH?

2015-03-31 Thread cody.a.fyler
Have you looked into using Jenkins or Hudson to automate those builds? You can set up custom environment variables, different jvms, etc. etc. It can run any number of utilities via shell scripts, Maven, Ant, Gradle, etc. etc. That might be a more fruitful place to start. Cody Fyler Lending

RE: maven 3.0.6 release date

2015-02-02 Thread cody.a.fyler
I have to admit, this would be pretty cool. However, Jenkins already has this functionality. You specify the Maven version in the job and configure Jenkins to automatically download that version (it does with this with Java and Ant as well). I highly suggest you look into it. Even running it

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

2014-12-15 Thread cody.a.fyler
B Cody Fyler Lending Grid Build Team G=Lending Grid Builds (515) – 441 - 0814 -Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Sent: Monday, December 15, 2014 4:39 AM To: Maven Users List; Maven Developers List Subject: [VOTE] Name our mascot: Shotgun

RE: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-29 Thread cody.a.fyler
This fixes the issue for me. Thanks Kristian! Cody Fyler Lending Grid Build Team G=Lending Grid Builds (515) – 441 - 0814 -Original Message- From: Kristian Rosenvold [mailto:krosenv...@apache.org] Sent: Wednesday, October 29, 2014 2:21 AM To: Maven Users List Cc: Maven Developers List

RE: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-27 Thread cody.a.fyler
This version breaks my build. The error I receive is: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2. 5:single (flex-flexA-single) on project flexA: Failed to create assembly: Error creating assembly archive flexA: This archives contains unclosed entries. - [He

RE: maven-javadoc-plugin 2.10 upgrade breaks build

2014-09-25 Thread cody.a.fyler
I found the same issue and had to roll back to the previous version. Cody Fyler Lending Grid Build Team G=Lending Grid Builds (515) – 441 - 0814 -Original Message- From: Steven Schlansker [mailto:stevenschlans...@gmail.com] Sent: Thursday, September 25, 2014 1:02 PM To: Maven Users List

RE: Build once, deploy everywhere

2014-09-10 Thread cody.a.fyler
Both of the below are good solutions. I've also seen folks use a run time based solution where a different set of properties is loaded based on an Environment Variable common to all servers. Cody Fyler Lending Grid Build Team G=Lending Grid Builds (515) – 441 - 0814 -Original Message-

RE: Testing Maven 3.2.3

2014-08-13 Thread cody.a.fyler
Just out of curiosity, why use https to download artifacts? This does not seem like sensitive data that requires an encrypted connection. Cody Fyler Lending Grid Build Team G=Lending Grid Builds (515) - 441 - 0814 -Original Message- From: Jason van Zyl [mailto:ja...@takari.io] Sent:

RE: Testing Maven 3.2.3

2014-08-13 Thread cody.a.fyler
Any chance we can use ssl only for the hashes and throw an error when validation fails? (as a future option) Cody Fyler Lending Grid Build Team G=Lending Grid Builds (515) – 441 - 0814 -Original Message- From: Hilton Wichwski Silva [mailto:hws...@gmail.com] Sent: Wednesday, August 13,

RE: Upload 3rd party jars retaining original names

2014-07-24 Thread cody.a.fyler
If you're using ant, why not also use Ivy? Then you can make use of the maven standard named artifacts. Cody Fyler Lending Grid Build Team G=Lending Grid Builds (515) - 441 - 0814 -Original Message- From: David Evans [mailto:da...@evans6.me.uk] Sent: Thursday, July 24, 2014 7:58 AM

RE: Why not a forum

2014-07-23 Thread cody.a.fyler
I don't care either way. But your argument is wrong. Most forums will email you about a subscribed thread. You can get an email for every update or a daily digest. Also, a lot of forums have mobile apps that will notify you (xda-developers for instance). It allows you to read only what you

RE: maven 3.2.2 breaks maven-invoker-plugin?

2014-06-27 Thread cody.a.fyler
Thanks so much for jumping on this and getting it taken care of. You are an example of everything that is right with open source tools/development! Cody Fyler Lending Grid Build Team G=Lending Grid Builds (515) - 441 - 0814 -Original Message- From: Karl Heinz Marbaise

maven 3.2.2 breaks maven-invoker-plugin?

2014-06-26 Thread cody.a.fyler
I just update to 3.2.2 from 3.2.1 and am now getting the error below from the maven-invoker-plugin. Using Java 1.8.20. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:1.8:run (integration-test) on project base-pom: Execution integration-test of goal

RE: Is it necessary to learn XML in order to lear Maven?

2013-06-27 Thread cody.a.fyler
I would argue that to be a competent, modern computer programmer, you DO need to learn XML. There are many powerful things that can be accomplished once you have that knowledge. Cody Fyler Lending Grid Build Team cody.a.fy...@wellsfargo.com (515)-441-0814 -Original Message- From:

RE: Is it necessary to learn XML in order to lear Maven?

2013-06-27 Thread cody.a.fyler
I picked up my XML skills over many years in bits and pieces here and there. However this would be a great place to start: http://www.w3schools.com/xml/ Basic XML is simple, especially if you've done HTML in the past. Good luck and most importantly have fun! Cody Fyler Lending Grid Build

RE: Is it necessary to learn XML in order to lear Maven?

2013-06-27 Thread cody.a.fyler
I agree wholeheartedly. Cody Fyler Lending Grid Build Team cody.a.fy...@wellsfargo.com (515)-441-0814 -Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] Sent: Thursday, June 27, 2013 10:52 AM To: users@maven.apache.org Subject: Re: Is it necessary to learn XML

RE: Maven zip artifact

2013-06-24 Thread cody.a.fyler
How to unzip with Maven: http://maven.apache.org/plugins/maven-dependency-plugin/examples/unpacking-artifacts.html http://maven.apache.org/plugins/maven-dependency-plugin/unpack-dependencies-mojo.html How to call other plugins from your mojo:

RE: Maven zip artifact

2013-06-24 Thread cody.a.fyler
I wonder if a system type of dependency would work for that? http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html dependencies dependency groupIdjavax.sql/groupId artifactIdjdbc-stdext/artifactId version2.0/version scopesystem/scope

RE: using ants listeners and loggers in maven-antrun-plugin

2013-06-03 Thread cody.a.fyler
Figured it out. I had to use javascript to add a listener inside of my build.xml Thanks anyway... Cody Fyler Cell: (515) 441 - 0814 Upcoming PTO 3/15/2013 - 3/18/2013 -Original Message- From: cody.a.fy...@wellsfargo.com [mailto:cody.a.fy...@wellsfargo.com] Sent: Friday, May 31, 2013

using ants listeners and loggers in maven-antrun-plugin

2013-05-31 Thread cody.a.fyler
I'm looking for a way to use Ant's org.apache.tools.ant.listener.ProfileLogger in combination with the maven-antrun-plugin. Cody Fyler