Re: maven enforcer plugin questions

2020-12-05 Thread Andrew Marlow
te like > https://maven.apache.org/enforcer/maven-enforcer-plugin/). > > But even if it where a third party plugin, it is fine to discuss them here > with other users. > > Gruss > Bernd > -- > http://bernd.eckenfels.net > ____ > Von: Andrew Mar

maven enforcer plugin questions

2020-12-05 Thread Andrew Marlow
Hello everyone, excuse me, is this the right place to discuss questions about the maven enforcer plugin please? -- Regards, Andrew Marlow http://www.andrewpetermarlow.co.uk

Doc page on Maven repositories at Apache

2020-03-30 Thread Andrew Wetmore
about how to make it more complete and useful. Thanks in advance. Andrew -- Andrew Wetmore Technical Writer-Editor Infra *Apache Software Foundation* andr...@apache.org

is there a maven plugin to identify ancient pom dependencies

2019-12-20 Thread Marlow, Andrew
number of years, months etc). Andrew Marlow Software Engineer Specialist, Apex 38th Floor, 25 Canada Square, Canary Wharf, London E14 5LQ T: 020-8081-2367 / 07966-451-521 E: andrew.mar...@fisglobal.com<mailto:andrew.mar...@fisglobal.com> FIS | Advancing the way the world pays, banks and inve

maven plugin to check open source licenses

2019-12-20 Thread Marlow, Andrew
Hello everyone, I have just started looking at the plugin license-maven-plugin (org.codehaus.mojo) and have a question: is there a similar plugin to this that would check to see if any GNU-like licenses are in use? Andrew Marlow Software Engineer Specialist, Apex 38th Floor, 25 Canada Square

the surefire maven plugin and codehaus

2019-06-29 Thread Marlow, Andrew
. the source is often where the license is). What are the plans please? Andrew Marlow Consultant developer, Apex 38th Floor, 25 Canada Square, Canary Wharf, London E14 5LQ T: 020-8081-2367 / 07966-451-521 E: andrew.mar...@fisglobal.com<mailto:andrew.mar...@fisglobal.com> FIS | Empowering the Fin

maven jarsigner is unreliable without retries

2019-06-13 Thread Marlow, Andrew
builds to be reliable. I will have to sign the jars post-build using a script for the purpose. Andrew Marlow Consultant developer, Apex 38th Floor, 25 Canada Square, Canary Wharf, London E14 5LQ T: 020-8081-2367 / 07966-451-521 E: andrew.mar...@fisglobal.com<mailto:andrew.mar...@fisglobal.

RE: EXTERNAL: Re: Maven local repo in a common global directory for multiple parallel execution

2019-05-30 Thread Marlow, Andrew
Jason is correct. And it is still a problem. -Original Message- From: Jason Young Sent: 28 May 2019 17:39 To: Maven Users List Subject: EXTERNAL: Re: Maven local repo in a common global directory for multiple parallel execution Bernd, I believe the OP is talking about using the -T

mvn -T unreliable in maven 3.6.1

2019-05-17 Thread Marlow, Andrew
by an order of magnitude. Andrew Marlow Consultant developer, Apex 38th Floor, 25 Canada Square, Canary Wharf, London E14 5LQ T: 020-8081-2367 / 07966-451-521 E: andrew.mar...@fisglobal.com<mailto:andrew.mar...@fisglobal.com> FIS | Empowering the Financial World [cid:image001.png@01D112FA.C4

RE: EXTERNAL: Re: Issue: maven-jarsigner-plugin 3.0.0 unreliable when contacting timestamp service over unreliable network

2019-04-25 Thread Marlow, Andrew
service over unreliable network Andrew, Thanks for reporting your issue. Can you please create a JIRA ticket? If you have cycles to implement your idea we will be happy to guide you and eventually commit your patch. Here you can find a guide https://eur02.safelinks.protection.outlook.com/?url=https

RE: EXTERNAL: [VOTE] Retire Maven Repository Plugin

2019-04-25 Thread Marlow, Andrew
+1 -Original Message- From: Robert Scholte Sent: 23 April 2019 20:43 To: d...@maven.apache.org Cc: users@maven.apache.org Subject: EXTERNAL: [VOTE] Retire Maven Repository Plugin Hi, The Apache Maven project consist of about 100 (sub)projects. Due to the small number of volunteers and

Issue: maven-jarsigner-plugin 3.0.0 unreliable when contacting timestamp service over unreliable network

2019-04-23 Thread Marlow, Andrew
strike on networks that are inherently less reliable such as wifi and mobile. So I really think that the retries should be there to cater for that. Do people think this is a reasonable enhancement request? Andrew Marlow Consultant developer, Apex 38th Floor, 25 Canada Square, Canary Wharf, London

RE: EXTERNAL: Re: maven-jarsigner-plugin 3.0.0 rename fails on WIndows, is ok on linux

2019-04-06 Thread Marlow, Andrew
on WIndows, is ok on linux see below From: Marlow, Andrew Sent: Tuesday, April 2, 2019 3:36 AM To: users@maven.apache.org Cc: marlow.age...@gmail.com Subject: maven-jarsigner-plugin 3.0.0 rename fails on WIndows, is ok on linux Hello everyone, I am trying

maven-jarsigner-plugin 3.0.0 rename fails on WIndows, is ok on linux

2019-04-03 Thread Marlow, Andrew
myalias mystorepass url-of-timestamp-service Andrew Marlow Consultant developer, Apex 38th Floor, 25 Canada Square, Canary Wharf, London E14 5LQ T: 020-8081-2367 / 07966-451-521 E: andrew.mar...@fisglobal.com<mailto:andrew.mar...@fisglobal.

Problems with dependency-plugin + Mockito + Java 11

2019-01-15 Thread Andrew Todd
: Execution dependency-plugin of goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:analyze-only failed: This feature requires ASM7 Of course, I'm already using ASM7. I've tried setting true to see if I can skip analysis of the test classes, but this doesn't seem to work. Thanks, Andrew Todd

Re: How to rewrite POMs retaining the XML structure

2018-11-29 Thread Andrew Todd
The tidy-maven-plugin is fairly strict about formatting, and follows the official Maven POM style guide. You could look at how they're doing it, or run the plugin after you make your changes to reformat everything. http://www.mojohaus.org/tidy-maven-plugin/ On Fri, Nov 30, 2018 at 10:39 AM

Re: Ensuring artifact integrity with artifact pinning

2018-11-20 Thread Andrew Todd
0, 2018 7:48 PM > An: Maven Users List > Betreff: Re: Ensuring artifact integrity with artifact pinning > > Hi, > > seems related to MNG-6026[1]. > > thanks, > Robert > > [1] https://issues.apache.org/jira/browse/MNG-6026 > > > On Tue, 20 Nov 2018 12:26:54

Ensuring artifact integrity with artifact pinning

2018-11-20 Thread Andrew Todd
backwards-compatible fashion. I'd like to hear your thoughts and suggestions -- not to mention hearing if you'd be interested in adopting such a tool. Obviously there's a number of details to hammer out. Thanks, Andrew

From where to download Maven?

2018-05-13 Thread Andrew M
Hi Guys, I have started with Continuous Integration with Jenkins and there is a precursor to Chapter 2/Module 2. It states about refreshing knowledge about Maven Ant and war deployments, I have a question in regards to Maven download and installation: I went to the below url:

Re: Is it poor practice to use Maven repo (ie: Nexus) to store non maven artifacts?

2017-11-27 Thread Andrew Todd
In order to keep track of what you've uploaded and allow consistent uploads of new versions, I recommend that you create a POM file for each binary artifact and define an execution of the http://www.mojohaus.org/build-helper-maven-plugin/ attach-artifact goal to perform the upload. On Sun, Nov

Transitive dependencies and version management

2017-08-17 Thread Halper, Andrew
Greetings, I was wondering if someone might be able to help with a Maven version management problem we've encountered. We have several interdependent, legacy Java projects, that have recently been re-cast as Maven projects. Now that we have the first iteration done, it's apparent that one

Re: Solaris

2015-11-04 Thread Andrew Todd
See https://issues.apache.org/jira/browse/MNG-5852 This has happened in several releases -- Maven developers need to switch their hashbang to #!/usr/bin/env bash or otherwise actually test against a Bourne shell. On Wed, Nov 4, 2015 at 11:29 AM, Dan Tran wrote: > you may

Re: Java 7 and 8 features

2015-10-27 Thread Andrew Gaul
; I analized some releases and i noticed that not using java 7 features like > multi catch and in java 8 do not use lambda expressions and others > features, so i came by this email to know why the developers not using this > features? -- Andrew Gaul htt

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

2015-09-10 Thread Andrew Wang
Basically, a copy-dependency mode that also pulls in everything pulled by go-offline, and hardlinks to ~/.m2/repository rather than copying. Thanks, Andrew On Thu, Sep 10, 2015 at 4:35 PM, Laird Nelson <ljnel...@gmail.com> wrote: > Hello; you might also want to look at > > https:/

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

2015-09-10 Thread Andrew Wang
dependencies. If you have ideas on how better to do this, I'm also all ears :) This is related to some distributed testing experiments I'm doing for Apache Hadoop and HBase, which will hopefully be put into broader use upstream at some point. Thanks, Andrew

Re: Maven 3.2.3 upgrade

2014-12-10 Thread Andrew Todd
I use https://github.com/kennethreitz/autoenv to good effect. On Tue, Dec 9, 2014 at 11:03 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Here's something close... https://github.com/gcuisinier/jenv On 9 December 2014 at 16:02, Stephen Connolly stephen.alan.conno...@gmail.com

Is there a way to force lightweight http client in settings.xml?

2014-12-08 Thread Andrew Hulbert
this in the settings.xml ? FYI...the basic issue *appears* to be some TLS SNI issue...using openssl s_client with the -servername option versus s_client without it fixes the issues when I'm connecting to the repository. Thanks! Andrew Hulbert

Re: Re: Why not a forum

2014-07-25 Thread Andrew Todd
Apache is an independent non-profit dedicated to the dissemination of free software. The list archives are freely archivable and indexable by anyone who wants to -- and there are many sites, such as Nabble and MarkMail, who do. Using email as the primary means of distribution makes it easy for

Re: trouble running jaxb2-maven-plugin : You are running with invalid JAXP api or implementation

2014-07-25 Thread Andrew Davidson
/18493541/invalid-jaxp-api-when-unmarshaling-jaxb /Anders On Fri, Jul 25, 2014 at 3:31 AM, Andrew Davidson adavids...@apple.com wrote: Hello I am having a heck of a time working with XSD files and maven. I am working on a mac. It looks like I have the latest and greatest xjc. Any

trouble running jaxb2-maven-plugin : You are running with invalid JAXP api or implementation

2014-07-24 Thread Andrew Davidson
Hello I am having a heck of a time working with XSD files and maven. I am working on a mac. It looks like I have the latest and greatest xjc. Any idea what my bug is? Kind regards Andy $ which java /usr/bin/java $ java -version java version 1.7.0_21 Java(TM) SE Runtime Environment (build

Re: newbie problem with deploy:deploy-file

2014-06-17 Thread Andrew Davidson
an execution-block I assume you just want to call 'mvn deploy'. thanks, Robert [1] http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html [2] http://maven.apache.org/guides/index.html Op Tue, 17 Jun 2014 00:51:21 +0200 schreef Andrew Davidson adavids

newbie problem with deploy:deploy-file

2014-06-16 Thread Andrew Davidson
Hi I recently joined an existing project that uses the maven ant plug into to build artifacts that we need to distribute. I am trying to add support for deploy-file $ mvn deploy:deploy-file -DskipTests 21 | tee mvn.deploy-file.out [ERROR] Failed to execute goal

Re: Can't exclude org.mortbay.jetty:servlet-api from cobertura dependency

2014-01-29 Thread Andrew Pennebaker
PM, Andrew Pennebaker apenneba...@42six.com wrote: I want to use Cobertura for code coverage, but its dependencies are interfering with my XML parsing and Jetty serving. I'm able to resolve most of these by using exclusion's, but Maven is somehow *still* putting one dependency

cobertura-maven-plugin not creating .xml file as documented

2014-01-29 Thread Andrew Pennebaker
generates this file. Could we amend the documentation to make this more clear (or even better, go ahead and make `mvn cobertura:cobertura` generate this file)? -- Cheers, Andrew Pennebaker apenneba...@42six.com

Can't exclude org.mortbay.jetty:servlet-api from cobertura dependency

2014-01-28 Thread Andrew Pennebaker
/dependency /dependencies ... As confirmed by `mvn dependency:tree`, cobertura is still bringing jetty's servlet-api onto the CLASSPATH. Am I doing something wrong? -- Cheers, Andrew Pennebaker apenneba...@42six.com

Configure settings.xml to ignore missing profiles?

2014-01-27 Thread Andrew Pennebaker
ignores it when missing. Is such a configuration possible? -- Cheers, Andrew Pennebaker apenneba...@42six.com

maven v3.0.4 missing, breaking Chocolatey package for Windows users

2014-01-24 Thread Andrew Pennebaker
/maven/binaries/ only goes back as far as 3.0.5. I politely request that Apache Maven put v3.0.4 back online. In the mean time, Chocolatey will try to update to v3.0.5. -- Cheers, Andrew Pennebaker apenneba...@42six.com

Re: maven v3.0.4 missing, breaking Chocolatey package for Windows users

2014-01-24 Thread Andrew Pennebaker
Excellent! I've informed the Chocolatey guys to switch to that archive. On Fri, Jan 24, 2014 at 12:10 PM, Ron Wheeler rwhee...@artifact-software.com wrote: http://archive.apache.org/dist/maven/binaries/ On 24/01/2014 12:01 PM, Andrew Pennebaker wrote: Apache has a policy of deleting old

Re: how to run compile and packaging before test?

2013-12-12 Thread Andrew E. Davidson
many thanks I did not know about the book Andy On Dec 11, 2013, at 3:58 PM, Barrie Treloar baerr...@gmail.com wrote: Please have a look at the freely available books at http://maven.apache.org/articles.html These will help you understand the Maven lifecycle and what you should be doing

how to run compile and packaging before test?

2013-12-11 Thread Andrew E. Davidson
Hi my unit test require I a *.tar.gz. The *.tar.gz needs to include the 3rd party dependencies and the projects jar file artifact. I tried using an assembly and setting the phase, so it will run before the unit tests run, how ever my project artifact has not been packaged yet Any comments

Re: how to run compile and packaging before test?

2013-12-11 Thread Andrew E. Davidson
roy.ly...@cmegroup.com wrote: I have a feeling that you aren't running unit tests, but instead integration tests... http://maven.apache.org/surefire/maven-failsafe-plugin/ is what you want! that happens after the package phase. On 12/11/13 4:57 PM, Andrew E. Davidson andy_david...@apple.com

Re: Help hiding INFO messages from Apache MINA SSHD

2013-12-06 Thread Andrew Pennebaker
sshd-core is in Maven, and that's what I'm using. http://search.maven.org/#artifactdetails%7Corg.apache.sshd%7Csshd-core%7C0.9.0%7Cjar On Thu, Dec 5, 2013 at 5:24 PM, Barrie Treloar baerr...@gmail.com wrote: On 6 December 2013 02:57, Andrew Pennebaker apenneba...@42six.com wrote: I'm using

Help hiding INFO messages from Apache MINA SSHD

2013-12-05 Thread Andrew Pennebaker
in src/main/resources/. * I've tried writing configuration in src/test/resources/. Any idea why this would happen? -- Cheers, Andrew Pennebaker apenneba...@42six.com

syntax highlighter bug in Central Repository pom view

2013-11-27 Thread Andrew Pennebaker
://wiki.hudson-ci.org/display/HUDSON/SCP+plugin/url -- Cheers, Andrew Pennebaker apenneba...@42six.com

Re: mvn test -Dtest=...TestClass shows the wrong error

2013-11-26 Thread Andrew Pennebaker
fixed with version 2.12 by adding the failIfNoSpecifiedTests[1] Robert [1] http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html# failIfNoSpecifiedTests Op Mon, 25 Nov 2013 16:07:53 +0100 schreef Andrew Pennebaker apenneba...@42six.com: If I try to run a single test

mvn test -Dtest=...TestClass shows the wrong error

2013-11-25 Thread Andrew Pennebaker
--TestClass *does* have @Test methods!--before I realized I had forgotten to go one level deeper in my namespace. -- Cheers, Andrew Pennebaker apenneba...@42six.com

`mvn test` doesn't notice compilation errors

2013-11-19 Thread Andrew Pennebaker
` to compile src/test/java/**.java files as well? -- Cheers, Andrew Pennebaker apenneba...@42six.com

Re: `mvn test` doesn't notice compilation errors

2013-11-19 Thread Andrew Pennebaker
://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#useIncrementalCompilation [2] http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference Vincent 2013/11/19 Andrew Pennebaker apenneba...@42six.com I was refactoring some code, when I noticed

Re: `mvn test` doesn't notice compilation errors

2013-11-19 Thread Andrew Pennebaker
the test-compile phase did nothing. You could check your build log for the nothing to compile message (or something like that). In order to be sure that everything is up-to-date, also invoke the 'clean' phase of the 'clean' lifecycle: 'mvn clean test'. 2013/11/19 Andrew Pennebaker apenneba

pmd:check has trouble loading reports from target/pmd.txt

2013-11-08 Thread Andrew Pennebaker
%7Cmaven-pmd-plugin%7C3.0.1%7Cmaven-plugin -- Cheers, Andrew Pennebaker apenneba...@42six.com

Namespace issues in Maven projects between Mac and Windows

2013-11-06 Thread Andrew Pennebaker
Homebrew, with Apple JavaSE JDK 6, on Mac OS X 10.9 Mavericks x64 * Friend's Maven 3.0.5, from Chocolatey, with Oracle JavaSE JDK6, on Windows 7 x64 -- Cheers, Andrew Pennebaker apenneba...@42six.com

How can I force a Maven task to depend on other Maven tasks?

2013-10-31 Thread Andrew Pennebaker
on other Maven tasks? -- Cheers, Andrew Pennebaker apenneba...@42six.com

Re: How can I force a Maven task to depend on other Maven tasks?

2013-10-31 Thread Andrew Pennebaker
downstream gets updated based on upstream file changes. -- Cheers, Andrew Pennebaker apenneba...@42six.com

Re: How can I force a Maven task to depend on other Maven tasks?

2013-10-31 Thread Andrew Pennebaker
pom so that the test *phase* depends on the compile *phase*. I'm certain that this dependency flow is already the default. It's just weird to experience a `mvn test` passing when a manual `mvn compile` produces compile errors. -- Cheers, Andrew Pennebaker apenneba...@42six.com

Re: How can I configure maven-javadoc-plugin to exclude generated sources?

2013-10-31 Thread Andrew Pennebaker
-javadoc-plugin/artifactId version2.9.1/version configuration excludePackageNames*thrift*/excludePackageNames /configuration /plugin /plugins /build ... On Thu, Oct 31, 2013 at 2:43 PM, Andrew Pennebaker apenneba...@42six.comwrote: I've tried adding

How can I configure maven-javadoc-plugin to exclude generated sources?

2013-10-31 Thread Andrew Pennebaker
this properly? -- Cheers, Andrew Pennebaker apenneba...@42six.com

Support for dependencies in reporter plugins

2013-10-21 Thread Andrew Pennebaker
, Andrew Pennebaker apenneba...@42six.com

Re: How can I scan arbitrary pom.xml files for conformance to a parent pom's configuration?

2013-10-17 Thread Andrew Pennebaker
Thanks, Cemo! That looks like exactly what I'm after! On Wed, Oct 16, 2013 at 3:58 PM, Cemo cemalettin@gmail.com wrote: On 16 October 2013 21:28, Andrew Pennebaker apenneba...@42six.com wrote: My high level goal is to tell a continuous integration server to report projects that don't

Re: Is there a Maven plugin for the Java debugger (jdb)?

2013-10-16 Thread Andrew Pennebaker
/facepalm Of course! Thanks again! On Tue, Oct 15, 2013 at 3:08 PM, Curtis Rueden ctrue...@wisc.edu wrote: Hi Andrew, Cool, glad you got it working. And if you get sick of passing the FQCN you can of course do something like: argumentcom.my.stuff.${jdb}/argument Regards, Curtis

How can I scan arbitrary pom.xml files for conformance to a parent pom's configuration?

2013-10-16 Thread Andrew Pennebaker
of Maven pom.xml linter that can do this? grep'ing for parent is a start, but it wouldn't check that the snippet was written correctly. -- Cheers, Andrew Pennebaker apenneba...@42six.com

Re: Is there a Maven plugin for the Java debugger (jdb)?

2013-10-15 Thread Andrew Pennebaker
-Djdb=com.my.stuff.HelloWorld exec:exec run On Tue, Oct 15, 2013 at 11:50 AM, Curtis Rueden ctrue...@wisc.edu wrote: Hi Andrew, Exception occurred: java.lang.ClassNotFoundException (uncaught)thread=main, java.net.URLClassLoader$1.run(), line=202 bci=73 Not sure what to tell you. I tested

Re: Is there a Maven plugin for the Java debugger (jdb)?

2013-10-14 Thread Andrew Pennebaker
the argument-classpath/argumentclasspath / bit is the correct way to hand jdb the CLASSPATH? On Fri, Oct 11, 2013 at 4:20 PM, Curtis Rueden ctrue...@wisc.edu wrote: Hi Andrew, Could you elaborate on the exact plugin.../plugin snippet I would need to drop into my pom.xml in order to achieve

Re: Is there a Maven plugin for the Java debugger (jdb)?

2013-10-11 Thread Andrew Pennebaker
: Why do you want to do that? I suspect we are not getting at your actual requirement. On Oct 10, 2013, at 2:25 PM, Andrew Pennebaker apenneba...@42six.com wrote: Yes, various Java IDEs can debug Java code, including Java code organized in Maven projects. What I'm interested in is debugging

Re: Is there a Maven plugin for the Java debugger (jdb)?

2013-10-11 Thread Andrew Pennebaker
, Oct 11, 2013 at 1:20 PM, Curtis Rueden ctrue...@wisc.edu wrote: Hi all, Rather than getting into an eclipse vs. vim vs. emacs flamewar, I'd rather just ask: Andrew, did you try attaching your jdb to a running java instance launched via exec-maven-plugin as I suggested yet? You can configure

Is there a Maven plugin for the Java debugger (jdb)?

2013-10-10 Thread Andrew Pennebaker
I'd like to run jdb over some of my classes in a Maven project. Is there a plugin I can drop into my pom.xml?

Re: Is there a Maven plugin for the Java debugger (jdb)?

2013-10-10 Thread Andrew Pennebaker
at 10:46 AM, Benson Margulies bimargul...@gmail.comwrote: What would that mean? Do you want to execute the program in the debugger? On Thu, Oct 10, 2013 at 10:38 AM, Andrew Pennebaker apenneba...@42six.com wrote: I'd like to run jdb over some of my classes in a Maven project

Re: Is there a Maven plugin for the Java debugger (jdb)?

2013-10-10 Thread Andrew Pennebaker
can import your maven project and thus get all of the dependencies. Then you just run the program in the debugger. I presume Eclipse can do something similar. On Oct 10, 2013, at 10:52 AM, Andrew Pennebaker apenneba...@42six.com wrote: Yes. I'm looking for a task like `mvn jdb:debug Class

Re: Is there a Maven plugin for the Java debugger (jdb)?

2013-10-10 Thread Andrew Pennebaker
Thanks! I'll look into it! On Thu, Oct 10, 2013 at 12:02 PM, Curtis Rueden ctrue...@wisc.edu wrote: Hi Andrew, Another option is to use the exec-maven-plugin to launch your java program of choice, then attach to it with jdb afterward using the -attach option. See also: http

Re: Is there a Maven plugin for the Java debugger (jdb)?

2013-10-10 Thread Andrew Pennebaker
-with-maven/ -Original Message- From: Andrew Pennebaker [mailto:apenneba...@42six.com] Sent: Thursday, October 10, 2013 11:04 AM To: Maven Users List Subject: Re: Is there a Maven plugin for the Java debugger (jdb)? I could also use an IDE for package management, but I'd rather use plain

Re: Help configuring checkstyle Maven plugin

2013-10-09 Thread Andrew Pennebaker
(Checkstyle, PMD, FindBugs, etc.): http://www.qulice.com/qulice-maven-plugin/index.html — Yegor Bugayenko On Tue, Sep 24, 2013 at 9:00 PM, Andrew Pennebaker apenneba...@42six.com wrote: Could someone help me tweak my checkstyle plugin in my pom? I would like `mvn checkstyle:check

Re: Help configuring checkstyle Maven plugin

2013-10-07 Thread Andrew Pennebaker
This one: https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/custom-checker-config.html On Fri, Oct 4, 2013 at 9:48 AM, Dennis Lundberg denn...@apache.org wrote: Hi Andrew, Which tutorial is out of date? If you give me your working config, I can update the tutorials

Xlint warnings hidden on `mvn compile -q`

2013-10-07 Thread Andrew Pennebaker
I'm using maven-compiler-plugin to show Xlint warnings on `mvn compile`. I would like to hide the INFO output before and after these warnings, so I tried `mvn clean mvn compile -q`. However, this also hides the Xlint warnings. How can I tweak my pom so that `mvn compile` or `mvn compile -q`

Re: Help configuring checkstyle Maven plugin

2013-09-26 Thread Andrew Pennebaker
Ah, the tutorials for this are out of date. For version 2.10 of this plugin, the stuff should go inside `build`, not `reporting`. On Tue, Sep 24, 2013 at 3:00 PM, Andrew Pennebaker apenneba...@42six.comwrote: Could someone help me tweak my checkstyle plugin in my pom? I would like `mvn

Help configuring checkstyle Maven plugin

2013-09-24 Thread Andrew Pennebaker
Could someone help me tweak my checkstyle plugin in my pom? I would like `mvn checkstyle:check` to output the checkstyle results directly to the console, but setting consoleOutputtrue/consoleOutput has no effect; it all goes to target/checkstyle-results.xml.

Maven parsing pom.xml incorrectly

2013-09-18 Thread Andrew Pennebaker
I'm using Thrift in my Maven project, compiling my .thrift code to .java as part of the generate-sources step. To do this, I use the maven antrun plugin in my pom.xml, which executes a command line call to the thrift executable, and sends it the appropriate argument flags, such as -out and --gen.

Re: Maven parsing pom.xml incorrectly

2013-09-18 Thread Andrew Pennebaker
this behavior is correct. IIRC, XML does not allow double-dashes inside a comment. Specifically http://www.w3.org/TR/REC-xml/#sec-comments For compatibility, the string -- (double-hyphen) must not occur within comments. On Wed, Sep 18, 2013 at 9:06 AM, Andrew Pennebaker apenneba

Re: How can I compile all .thrift files (*.thrift) as a Maven phase?

2013-09-13 Thread Andrew Pennebaker
, 2013 at 3:41 PM, Michael-O 1983-01...@gmx.net wrote: Am 2013-09-12 17:09, schrieb Andrew Pennebaker: I'm using maven-antrun-plugin to execute a thrift shell command. I can compile one file per exec with arg value=...path/to/file.thrift /, but I would like to compile all .thrift files

Re: How can I compile all .thrift files (*.thrift) as a Maven phase?

2013-09-13 Thread Andrew Pennebaker
Roger roger, works for me! On Fri, Sep 13, 2013 at 12:57 PM, Jeff MAURY jeffma...@gmail.com wrote: You should use an ant fileset in your ant script instead of a file Jeff — Sent from Mailbox for iPhone On Fri, Sep 13, 2013 at 6:10 PM, Andrew Pennebaker apenneba...@42six.com wrote

How can I compile all .thrift files (*.thrift) as a Maven phase?

2013-09-12 Thread Andrew Pennebaker
I'm using maven-antrun-plugin to execute a thrift shell command. I can compile one file per exec with arg value=...path/to/file.thrift /, but I would like to compile all .thrift files in a directory. How can I do this? I tried using arg value=...path/to/*.thrift /, but Maven rejected this syntax.

`mvn generate-sources` skipping my custom executions?

2013-09-10 Thread Andrew Pennebaker
I added executions for `.thrift - .java` as part of the generate-sources phase, using `maven-antrun-plugin`. But when I enter `mvn generate-sources`, Maven skips right over this execution. Any idea why it would do this? pom.xml: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=

Re: `mvn generate-sources` skipping my custom executions?

2013-09-10 Thread Andrew Pennebaker
Thanks, that did it! On Tue, Sep 10, 2013 at 11:00 AM, Vincent Latombe vincent.lato...@gmail.com wrote: Hi, you are missing goals goalrun/goal /goals from the execution block for antrun. Vincent 2013/9/10 Andrew Pennebaker apenneba...@42six.com I added executions

Can mvn install packages globally (e.g. command line tools like nutch)?

2013-08-15 Thread Andrew Pennebaker
I'd like to install some Java command line tools, without having to configure PATH manually. Can mvn do this? Package managers from other programming languages often offer this ability, like RubyGems and NPM. If not, is it conventional to deploy Java command line tools through apt-get, brew,

Re: [ANN] Mojo's Tidy Maven Plugin 1.0-alpha-1 Released

2013-06-13 Thread Andrew Holland
any chance of getting a nightly snapshot build posted? Thanks Andy On 11 June 2013 19:20, Stephen Connolly stephen.alan.conno...@gmail.comwrote: tabs are evil ;-) On 11 June 2013 16:45, Curtis Rueden ctrue...@wisc.edu wrote: Hi Stephen, The Mojo team is pleased to announce the

RE: Initialize not running during Install?

2013-03-05 Thread Macbeth, Andrew (US SSA)
anywhere... fail the build, because it's going to fail anyway and better to fail fast than waste the developers time. I hope this explains Vincent's answer better for you. -Stephen On 5 March 2013 13:06, Macbeth, Andrew (US SSA) andrew.macb...@baesystems.com wrote: Anders, I included

Re: Multi-Module: How to download other project's as dependency's without build it locally

2013-01-18 Thread Andrew Todd
I'm not entirely sure, but I think that you might be looking for the copy goal in the Maven dependency plugin. https://maven.apache.org/plugins/maven-dependency-plugin/ On Thu, Jan 17, 2013 at 2:48 PM, daniel.todt danielt...@gmail.com wrote: Greetings, folks. My English is poor, so I

mvn clean install -problems

2012-05-31 Thread Andrew Carpenter
, Andrew Carpenter +++ 605-390-8760 This e-mail message is authorized for use by the intended recipient only and may contain information that is privileged and confidential. If you received this message in error, please call us immediately at (425) 702-8808 and ask

RE: mvn clean install -problems

2012-05-31 Thread Andrew Carpenter
On Thu, May 31, 2012 at 12:54 PM, Andrew Carpenter andrew.carpen...@concur.com wrote: Hello I have recently started using Maven 2 and I have tried using it to build a project that I have. I got errors saying that I did not have requisite files: Here is the error: Downloading: http://repo1

Re: breaking backwards compatibility with plexus-compiler-api 1.9?

2012-05-30 Thread Andrew Eisenberg
in the project to ensure no regression. 2012/5/30 Andrew Eisenberg andrew.eisenb...@gmail.com: I produce the groovy-eclipse-compiler, which is implemented as a compiler plugin to compile groovy and java code.  Up until now, I haven't had to specify a strict version for which maven-compiler

Re: breaking backwards compatibility with plexus-compiler-api 1.9?

2012-05-30 Thread Andrew Eisenberg
Great. Works for me now. Thanks for the fast turn around. On Wed, May 30, 2012 at 1:17 PM, Olivier Lamy ol...@apache.org wrote: fixed. Have a try with 2.5.1-SNAPSHOT Thanks for the project sample ! it's now part if the plugin it tests. 2012/5/30 Andrew Eisenberg andrew.eisenb...@gmail.com

breaking backwards compatibility with plexus-compiler-api 1.9?

2012-05-29 Thread Andrew Eisenberg
Hi all, It looks like there is a breaking change with plexus-compiler-api 1.9 from earlier versions of the plugin. 1.8.1: CompilerConfiguration.getCustomCompilerArguments() returns LinkedHashMap 1.9: CompilerConfiguration.getCustomCompilerArguments() returns MapString, String This means that

Re: breaking backwards compatibility with plexus-compiler-api 1.9?

2012-05-29 Thread Andrew Eisenberg
-compiler-plugin. On Tue, May 29, 2012 at 3:19 PM, Olivier Lamy ol...@apache.org wrote: Hi 2012/5/30 Andrew Eisenberg andrew.eisenb...@gmail.com: Hi all, It looks like there is a breaking change with plexus-compiler-api 1.9 from earlier versions of the plugin. 1.8.1

Are, activeProfiles ALWAYS active? (updatePolicyinterval:5/.. not working)

2012-04-23 Thread Andrew Hughes
Hi All, I have configured the following to perform (local) snapshot updates every 5mins... unfortunately the dependencies DO NOT update at the prescribed 5min interval. Could it be that the activeProfiles do not ALWAYS activate? I do have a specific -P dev (project defined) profile enabled while

Re: [maven] Re: Mirroring repo1.maven.apache.org

2012-04-23 Thread Andrew Hughes
You asked... I agree that the Nexus pull only when needed is nice. But there are other concerns too. The real question is there a strong reason for not using rsync other than use Nexus. Yes. 1. I use nexus so that I limit the bandwidth I share with YOU (from hosted repositories). No one

Re: Are, activeProfiles ALWAYS active? (updatePolicyinterval:5/.. not working)

2012-04-23 Thread Andrew Hughes
at 9:00 PM, Andrew Hughesahhug...@gmail.com wrote: Hi All, I have configured the following to perform (local) snapshot updates every 5mins... unfortunately the dependencies DO NOT update at the prescribed 5min interval. Could it be that theactiveProfiles do not ALWAYS activate? I do have

Re: Re-Releasing Configured Artifacts, how?

2012-04-19 Thread Andrew Hughes
On 19/04/2012 12:33 AM, Andrew Hughes wrote: I have looked into several options. Assembly with Qualifiers (new module): Looks good because I can run multipleexecutions, each with a unique filtersomefile.property/**filter. However I can't re-use the same assembly description because the classifier

Re: Re-Releasing Configured Artifacts, how?

2012-04-19 Thread Andrew Hughes
On Thu, Apr 19, 2012 at 9:26 PM, Ron Wheeler rwhee...@artifact-software.com wrote: On 19/04/2012 6:40 AM, Andrew Hughes wrote: My app uses CDI (Weld), I know all about DI. I agree with you both :) We would rather re-release (a new) version (not snapshot). If we want to we can always change

Re-Releasing Configured Artifacts, how?

2012-04-18 Thread Andrew Hughes
) are classifiers a suitable way to distinguish LATEST, DEV, UAT, PRODUCTION configured artifacts? Thanks in advance, Andrew

Re: Re-Releasing Configured Artifacts, how?

2012-04-18 Thread Andrew Hughes
: On Wed, Apr 18, 2012 at 4:33 PM, Andrew Hughes ahhug...@gmail.com wrote: Hi All, We have decided that we would like to release configured artifacts from our scm. I am looking at the most suitable way to do this with maven3. Use Case: We have released v2.5.1.0 or our webapp. We would

Re: Re-Releasing Configured Artifacts, how?

2012-04-18 Thread Andrew Hughes
I have looked into several options. Assembly with Qualifiers (new module): Looks good because I can run multiple executions, each with a unique filtersomefile.property/filter. However I can't re-use the same assembly description because the classifier is now obatined from the id in the assembly

Re: Committing non-POM files during release:prepare?

2012-01-17 Thread Andrew Todd
I'm fairly certain the answer to the question below is no, but I'm wondering if anyone can definitively say either way. Thanks. On Mon, Jan 9, 2012 at 3:02 PM, Andrew Todd andrew.todd...@gmail.com wrote: Maven 2.2, release plugin. During the preparationGoals, I'm modifying a .properties file

  1   2   3   4   5   6   7   >