Re: maven.plugin.validation

2023-10-07 Thread Martin Gainty
Hi Eric surefire version is listed as 3.1.0 and not 3.1.2 in the dependencies list for the maven-project-info-reports-plugin pom https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/3.4.5/maven-project-info-reports-plugin-3.4.5.pom I am curious as to value o

Re: Maven fails to resolve version range for import

2022-07-27 Thread Martin Gainty
ok From: [Quipsy] Markus Karg Sent: Wednesday, July 27, 2022 7:41 AM To: Maven Users List Subject: Maven fails to resolve version range for import I think I found a bug in Maven, but I am not sure. Maybe I am doing something wrong, so Maven Committers, please j

Re: java.lang.ClassNotFoundException: com.google.common.base.Preconditions

2022-07-25 Thread Martin Gainty
not run into this exception with them. *So we want to understand why its not working here?* the debug log also shows that guava is added to the classpath. how can we debug this issue further? could this be a bug in maven? thanks. On Mon, Jul 25, 2022 at 3:49 AM Martin Gainty wrote: > He a

Re: java.lang.ClassNotFoundException: com.google.common.base.Preconditions

2022-07-25 Thread Martin Gainty
He advised you to not use exec:java which uses a configured classloader He advised you use exec:exec Directions to use exec:exec provided here Exec Maven Plugin – exec:exec (mojohaus.org) Exec Maven Plugin - MojoHaus

Re: Need help for maven site plugin for Apache Helix

2021-11-17 Thread Martin Gainty
caused by outdated reference to a dead codehaus repo setting codehaus repository enabled=false should mitigate e.g. HTH martin From: Junkai Xue Sent: Wednesday, November 17, 2021 6:04 PM To: users@maven.apache.org Subject: Need help for maven site plug

Re: How do you get "import in3.*;" to work in a Java program when using Maven?

2021-01-17 Thread Martin Gainty
did you try simplifying version to numeric version 2.5.4 Sent: Sunday, January 17, 2021 4:46 PM To: users@maven.apache.org Subject: How do you get "import in3.*;" to work in a Java program when using Maven? I have a working pom.xml file, and I want to use Incubed in3. I added these lines to my

Re: jfx library location with javafx.scene.layout.Region

2020-11-01 Thread Martin Gainty
javafx-graphics 15.0.1 On Sun, Nov 1, 2020 at 7:08 AM Martin Gainty wrote: > attempting to locate jar for javafx.scene.layout.Region > > from what i see jfx.scene.layout is part of jfx library > > but from some reason jfx was not included in OpenJDK > > any clues w

jfx library location with javafx.scene.layout.Region

2020-11-01 Thread Martin Gainty
attempting to locate jar for javafx.scene.layout.Region from what i see jfx.scene.layout is part of jfx library but from some reason jfx was not included in OpenJDK any clues where to find binaries for jfx? Thanks! martin

Re: Velocity and Struts dependencies causing vulnerabilities

2020-02-18 Thread Martin Gainty
usha could you repost this issue to u...@struts.apache.org? if struts-taglib has a security vulnerability Lukasz and the Struts Team should be able to fix it Bon Chance martin- From: Hervé BOUTEMY Sent: Tuesday, February 18, 2020 4:45 PM To: Maven Users List S

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

2019-04-03 Thread Martin Gainty
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 to use the maven jarsigner to

Re: Schemagen NullPointerException

2018-12-20 Thread Martin Gainty
From: Joshua Raymond Sent: Wednesday, December 19, 2018 3:06 PM To: users@maven.apache.org Subject: Schemagen NullPointerException Hello, I'm having some issues with the schemagen of the maven plugin. The error says it's a NullPointerException and gives instruct

Re: Schemagen NullPointerException

2018-12-20 Thread Martin Gainty
From: Joshua Raymond Sent: Wednesday, December 19, 2018 3:06 PM To: users@maven.apache.org Subject: Schemagen NullPointerException Hello, I'm having some issues with the schemagen of the maven plugin. The error says it's a NullPointerException and gives instruct

Re: javadoc generics snafu

2018-12-19 Thread Martin Gainty
ill have to hold while i'm looking for more appropriate solution MX ____ From: Martin Gainty Sent: Wednesday, December 19, 2018 7:10 PM To: users@maven.apache.org Subject: javadoc generics snafu i am attempting to have maven-javadoc-plugin to skip generation of

javadoc generics snafu

2018-12-19 Thread Martin Gainty
i am attempting to have maven-javadoc-plugin to skip generation of doc for generics here is the error: [DEBUG] Configuring mojo org.apache.maven.plugins:maven-javadoc-plugin:2.8:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-javadoc-plugin:2.8, parent: sun.misc.Launche

Re: custom maven plugin - how to determine current project module?

2018-10-09 Thread Martin Gainty
MG>not obvious see below From: Bear Giles Sent: Thursday, October 4, 2018 5:13 PM To: Maven Users List Subject: Q: custom maven plugin - how to determine current project module? This is probably mindnumbingly obvious and my google and SO skills are horrible but he

Re: Confused about resolution of test-jar to WorkspaceRepository

2018-08-25 Thread Martin Gainty
fwik you can disable release/snapshot lookup for any repository from your settings.xml : joinup-dss-thirdparty http://joinup.ec.europa.eu/site/sd-dss/maven2 false false https://github.com/nowina-solut

Re: From where to download Maven?

2018-05-13 Thread Martin Gainty
follow anders recommendation of maven install (latest version of ) location: https://maven.apache.org/download.cgi Maven – Download Apache Maven maven.apache.org Apache Maven 3.5.3 is the latest release and recommended version for all users. Disk Approximat

Re: Maven Project Creation Error

2018-05-12 Thread Martin Gainty
C:\Users\i716181\.m2\repository\org\apache\maven\archetypes\maven-archetype-quickstart\1.1\m2e-lastUpdated.properties (Access is denied) MG>if you uncheck read-only attribute for m2e-lastUpdated.properties? Failed to read artifact descriptor for org.seleniumhq.selenium:selenium-java:jar:3.12.

Re: Building and unit-testing MR Jars, easily

2018-04-13 Thread Martin Gainty
MG3>agreed please see below From: Russell Gold Sent: Friday, April 13, 2018 9:07 AM To: Maven Users List Subject: Re: Building and unit-testing MR Jars, easily > On Apr 13, 2018, at 8:34 AM, Martin Gainty wrote: > > MG2>quick comment below &g

Re: Building and unit-testing MR Jars, easily

2018-04-13 Thread Martin Gainty
MG2>quick comment below From: Russell Gold Sent: Thursday, April 12, 2018 2:43 PM To: Maven Users List Subject: Re: Building and unit-testing MR Jars, easily > On Apr 12, 2018, at 1:58 PM, Martin Gainty

Re: Building and unit-testing MR Jars, easily

2018-04-12 Thread Martin Gainty
ugin is more intuitive than preceding maven-compiler-plugin If you are actively working on adding MR capabilities to the compiler plugin, is there something I can do to help? MG>initial evaluation would include what are advantages/disadvantages of MR > On Apr 12, 2018, at 10:44 AM, Ma

Re: Building and unit-testing MR Jars, easily

2018-04-12 Thread Martin Gainty
MG>one-off request with ant only approach to compiling MR jars From: Russell Gold Sent: Thursday, April 12, 2018 7:00 AM To: Robert Scholte Cc: Maven Users List Subject: Re: Building and unit-testing MR Jars, easily > On Apr 11, 2018, at 12:36 PM, Robert Scholt

Re: Dependency is missed while using maven-assembly-plugin

2018-04-02 Thread Martin Gainty
ran mvn package against pom.xml from supplied project.zip with no missing dependencies: [DEBUG] Goal: org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:single (default) [DEBUG] Style: Regular [DEBUG] Configuration: ${appendAssemblyId} ${attach} ${classifier}

Re: json-schema-generator-maven-plugin has NPE fault

2018-03-24 Thread Martin Gainty
the failure occurs in io.gravitee.maven.plugins.json.schema.generator.mojo.JsonSchemaGeneratorMojo : Config config = new Config( new Globs(getIncludes(), getExcludes()), getBuildDirectory(), getOutputDirectory(), getLog()

Re: [HEADS UP] Spring cleanup JIRA

2018-03-10 Thread Martin Gainty
MG>Hello Michael From: Michael Osipov Sent: Saturday, March 10, 2018 3:08 PM To: users@maven.apache.org Subject: [HEADS UP] Spring cleanup JIRA NOTE: This has been already announced at dev@ and accepted, informing users also! We have currently almost 400 open is

Re: Euro Symbol € by Scala

2018-02-25 Thread Martin Gainty
From: Martin Gainty Sent: Saturday, February 17, 2018 9:56 PM To: users@maven.apache.org Subject: Euro Symbol € by Scala /** A setting that defines a URL to be concatenated with source locations and show a link to source files. * If needed the sourcepath

Re: maven creates a ? directory instead of .m2 repository

2018-02-20 Thread Martin Gainty
mg>diag advice below From: Dan Pungă Sent: Monday, February 19, 2018 4:00 PM To: users@maven.apache.org Subject: maven creates a ? directory instead of .m2 repository Hello all! I'm trying to get a Java app deployed in an OpenShift container and I'm experiencin

Euro Symbol € by Scala

2018-02-17 Thread Martin Gainty
/** A setting that defines a URL to be concatenated with source locations and show a link to source files. * If needed the sourcepath option can be used to exclude undesired initial part of the link to sources */ val docsourceurl = StringSetting ( "-doc-source-url", "url", s("A

Re: Metadata multiplicity of maven-script-ant plugins

2018-02-06 Thread Martin Gainty
From: Paul Benedict Sent: Tuesday, February 6, 2018 7:00 PM To: users@maven.apache.org Subject: Metadata multiplicity of maven-script-ant plugins I have a question based on these two references: *) https://maven.apache.org/plugin-tools-archives/plugin-tools-3.2

Re: [WARNING] No Archetype IT projects: root 'projects' directory not found.

2018-01-14 Thread Martin Gainty
From: Rolf Schumacher Sent: Saturday, January 13, 2018 12:37 PM To: Maven Users List Subject: [WARNING] No Archetype IT projects: root 'projects' directory not found. When I install my own created archetype to my local repository I get this warning: [INFO] ---

Re: Running tomcat maven plugin in a multi modules project

2018-01-14 Thread Martin Gainty
FWIK of TC anything you pack into war deployed to $TOMCAT_HOME will be unpacked when TC autodeploy feature is true if you may have something like contents of webapp1: webapp1/WEB-INF/classes/AllWebapp1*.class ./WEB-INF/lib/dependencyA.jar ./WEB-INF/lib/dependencyB.j

Re: Running tomcat maven plugin in a multi modules project

2018-01-13 Thread Martin Gainty
(your local repository) ________ From: Martin Gainty Sent: Friday, January 12, 2018 10:05 PM To: Maven Users List Subject: Re: Running tomcat maven plugin in a multi modules project MG>knowing you're not going to find your artifacts in any of maven repositories you wil

Re: Running tomcat maven plugin in a multi modules project

2018-01-12 Thread Martin Gainty
MG>knowing you're not going to find your artifacts in any of maven repositories you will need to deploy local repo MG>look at the Tomcat autodeploy feature for any changes to war to 'autodeploy' to specified location (which in TC is MG>webapps folder but for maven-plugin you will deploy to your

Re: Unexplained sudden loss of access to repository on build server

2018-01-05 Thread Martin Gainty
From: ahardy42 Sent: Friday, January 5, 2018 8:38 AM To: users@maven.apache.org Subject: Unexplained sudden loss of access to repository on build server I'm testing parts of my mojo in an integration test and for months this worked fine locally and on the build

Re: ServiceLoader not loading FileTypeDetector implementation in jar

2018-01-04 Thread Martin Gainty
From: ahardy42 Sent: Thursday, January 4, 2018 11:12 AM To: users@maven.apache.org Subject: ServiceLoader not loading FileTypeDetector implementation in jar I created, tested and packaged a java.nio.file.spi.FileTypeDetector implementation in a utility jar for u

Re: Is there a plugin that allows me to modify existing jar manifest?

2017-11-14 Thread Martin Gainty
, and it accepts a ... Thanks, Eric On Mon, Nov 13, 2017 at 8:03 PM, Martin Gainty wrote: > > > > From: Eric B > Sent: Monday, November 13, 2017 5:51 PM > To: Maven Users List > Subject: Is there a plugin that allows me to modify existing

Re: Is there a plugin that allows me to modify existing jar manifest?

2017-11-13 Thread Martin Gainty
From: Eric B Sent: Monday, November 13, 2017 5:51 PM To: Maven Users List Subject: Is there a plugin that allows me to modify existing jar manifest? I'm looking to modify an existing third-party JAR's Manifest file in my maven build. Specifically, I have an App

Re: org.openjdk.source.tree.Tree location

2017-10-03 Thread Martin Gainty
schrieb Martin Gainty: > guava contains import org.openjdk.source.tree.Tree > > > any ideas where i can locate jar which contains Tree from openjdk? http://search.maven.org/#search%7Cga%7C1%7Cfc%3A% 22org.openjdk.source.tree.Tree%22 Use class-based search on central to locate su

org.openjdk.source.tree.Tree location

2017-09-29 Thread Martin Gainty
guava contains import org.openjdk.source.tree.Tree any ideas where i can locate jar which contains Tree from openjdk? thx, Martin __

Re: dll hell

2017-08-29 Thread Martin Gainty
ninstalling and re-installing JDK to get fresh copy of JPEGImageWriter and fresh copy of jpeg.dll MG>WDYT? > On Aug 29, 2017, at 7:14 AM, Martin Gainty wrote: > > > > > > From: Robert Patrick > Sent: Monday, August 28, 2017 5:34 PM >

Re: dll hell

2017-08-29 Thread Martin Gainty
g-dev&m=136573001932634&w=2 MG>i read somewhere that JNIEXPORT needs to be declared for each function in the C dll for jpeg.dll MG>At present i dont know how to to reverse engineer jpeg.dll to add JNIEXPORT signature for these functions MG>Which option do you suggest? MG&

dll hell

2017-08-28 Thread Martin Gainty
attempting to call native long initJPEGImageWriter(); in JPEGImageWriter ..when i call initJPEGImageWriter i get: java.lang.UnsatisfiedLinkError: JPEGImageWriter.initJPEGImageWriter() ive read System.loadLibrary("jpeg") in static initialiser is "supposed to load" jpeg library: static {

Re: [ANN] JAX-WS Maven Plugin version 2.5 released

2017-07-24 Thread Martin Gainty
From: anders.g.ham...@gmail.com on behalf of Anders Hammar Sent: Friday, July 21, 2017 2:33 AM To: mojohaus-...@googlegroups.com; Maven Users List Subject: [ANN] JAX-WS Maven Plugin version 2.5 released Hi, The Mojo team is pleased to announce the release of

Re: Maven antrun failing in parallel builds but working fine in non-parallel builds

2017-06-14 Thread Martin Gainty
MG>see below From: Debraj Manna Sent: Tuesday, June 13, 2017 8:34 AM To: Maven Users List Subject: Maven antrun failing in parallel builds but working fine in non-parallel builds I am having a maven multi module project. A simplified pom.xml (under full-build)

maven-3.2.4 location

2017-06-06 Thread Martin Gainty
All- >mvn -version Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:3 7-04:00) Maven home: /maven/maven333 Java version: 1.8.0_40, vendor: Oracle Corporation Java home: /Java/jdk1.8/jre produces this failure: Running org.apache.rat.mp.RatCheckMojoTest Tests run:

Re: Javadoc question

2017-06-05 Thread Martin Gainty
low.com/questions/13183675/eclipse-javadoc-generation-fails-with-illegalargumentexception> stackoverflow.com When I attempt to export or generate a javadoc for any of my javadoc commented classes I was always getting an error, until recently where it has just been generating entirely empty html

Javadoc question

2017-06-04 Thread Martin Gainty
i was running this thru maven-javadoc-plugin but saw IllegalArgumentException so I am now attempting to produce Javadoc here is command: /woden/woden-dist/target/DISTRO~1/WODEN-~1.0M1>javadoc.exe -d "/woden/WODEN-~3/target/DISTRO~1/WODEN-~1.0M1/html" -sourcepath "/woden/WODEN-~3/target/DISTRO~

Re: Executing Apache CXF with Maven

2017-06-03 Thread Martin Gainty
Rapinder an you copy the source to github as long as it builds a war one of us can deploy and take a look to see if the client will communicate successfully Regards Martin __ From: Rupinder Singh Sent: Saturday,

Re: Running integration tests against a signed jar

2017-05-30 Thread Martin Gainty
From: Gary Gregory Sent: Monday, May 29, 2017 5:01 PM To: Maven Users List Subject: Running integration tests against a signed jar Hi All: I have a POM that builds a signed jar, so far so good. Unit tests run, no problem. When integration tests run through fai

Re: Executing Apache CXF with Maven

2017-05-07 Thread Martin Gainty
Rupi i followed the steps exactly and could not get web.xml to be produced for webapp ping dan kulp https://github.com/apache/cxf/tree/master/maven-plugins/archetypes/cxf-jaxws-javafirst please keep us apprised of solution Good Luck! Martin __

Re: Intermittent java.lang.NoClassDefFoundError: org/junit/runner/notification/RunNotifier

2017-05-05 Thread Martin Gainty
From: Dan Tran Sent: Friday, May 5, 2017 3:51 AM To: Maven Users List Subject: Intermittent java.lang.NoClassDefFoundError: org/junit/runner/notification/RunNotifier Hi Lately, my build randomly fails with java.lang.NoClassDefFoundError: org/junit/runner/no

Re: vcmcvsssh.jar

2017-03-06 Thread Martin Gainty
sh.jar On Sun, Mar 5, 2017 at 1:35 PM, Martin Gainty wrote: > can you suggest a developer list that is responsible for maintaining eclipse > 2.0? You are joking, right? Maintain? It's ancient and obsolete. It might be archived somewhere. > > > vielen

Re: vcmcvsssh.jar

2017-03-05 Thread Martin Gainty
Users List Subject: Re: vcmcvsssh.jar Hello, I guess you better ask the Eclipse Team project. I would suspect you find the libraries only in the historic Eclipse 2.0 archives. Gruss Bernd -- http://bernd.eckenfels.net On Sun, Mar 5, 2017 at 7:45 PM +0100, "Martin Gainty&quo

vcmcvsssh.jar

2017-03-05 Thread Martin Gainty
anyone know where i can acquire org.eclipse.vcm library? the eclipse vcm library is supposed to be available in vcmcvsssh.jar which i cannot locate Thanks! Martin __

Re: maven-enforcer-plugin rules question

2017-01-18 Thread Martin Gainty
ll, Martin __ From: Martin Gainty Sent: Tuesday, January 10, 2017 12:05 PM To: Maven Users List Subject: Re: maven-enforcer-plugin rules question i couldnt get it this cycle failure: Test set: de.andrena.tools.nopackagecycles.PackageCycleCollectorPerf

Re: maven-enforcer-plugin rules question

2017-01-11 Thread Martin Gainty
i.wisc.edu/software ImageJ2 lead, Fiji maintainer - http://imagej.net/User:Rueden On Tue, Jan 10, 2017 at 11:05 AM, Martin Gainty wrote: > i couldnt get it this cycle failure: > > Test set: de.andrena.tools.nopackagecycles.PackageCycleCollecto

Re: maven-enforcer-plugin rules question

2017-01-10 Thread Martin Gainty
projects. Here is a summary of my current projects, in priority order. I try to keep this list up to date. The ImageJ2 paper. On Tue, Jan 10, 2017 at 9:34 AM, Martin Gainty wrote: > I need to detect package cycles such as what is seen here: > > class ClassA > >

maven-enforcer-plugin rules question

2017-01-10 Thread Martin Gainty
I need to detect package cycles such as what is seen here: class ClassA { ClassB classB; //detect this package cycle! } class ClassB extends ClassA { } which maven-enforcer-plugin rule will allow me to detect package cycle? http://maven.apache.org/enforcer/enforcer-rules/index.html Apac

Strange surefire anomaly (and Happy New Year)

2016-12-31 Thread Martin Gainty
when I run surefire i see this error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.13:test (default-test) on project axis2-integration: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.13:test failed: There was an error in the f

RE: Sister module dependency and artifact copy

2016-10-21 Thread Martin Gainty
> From: jpye...@pdinc.us > To: users@maven.apache.org > Subject: Sister module dependency and artifact copy > Date: Fri, 21 Oct 2016 10:19:26 -0400 > > I am converting a legacy code base to a maven build and the packaged artifact > of "module-a" is part of the "source" of "module-b". > > I th

RE: Use cache Squid proxy with maven

2016-10-06 Thread Martin Gainty
> Subject: Re: Use cache Squid proxy with maven > From: manf...@simpligility.com > To: users@maven.apache.org > Date: Thu, 6 Oct 2016 20:11:52 +0200 > > I would suggest to use a proper repository manager as a caching proxy > instead. > > There are over 110.000 installations of Sonatype Nexus

RE: Mojos that instrument classes

2016-09-15 Thread Martin Gainty
you can manually bind btrace instrumentation to 'test-compile' specified within exec-maven-plugin e.g. org.codehaus.mojo exec-maven-plugin 1.1.1 test-compile

RE: Mojos that instrument classes

2016-09-15 Thread Martin Gainty
this implementation of btrace instrumentation executes in process-resources phase org.codehaus.mojo exec-maven-plugin 1.1.1 process-resources

RE: Does Failsafe Require Jetty?

2016-08-29 Thread Martin Gainty
> From: stephen.alan.conno...@gmail.com > Date: Mon, 29 Aug 2016 13:33:34 +0100 > Subject: Re: Does Failsafe Require Jetty? > To: users@maven.apache.org > > Failsafe does not require jetty. If your integration tests require that > your application be deployed to a servlet container - such as jet

RE: Does Failsafe Require Jetty?

2016-08-15 Thread Martin Gainty
AFAIK: jetty plugin is implemented only for the war deployment in-container integration tests that jeff mentioned There are maven-failsafe-plugin integration-test(s) such as multiple-summaries which do not use jetty e.g. /failsafe-plugin/src/it/multiple-summaries/target/failsafe-reports/failsa

RE: Artifactory pro abstract credentials in settings.xml

2016-08-09 Thread Martin Gainty
think of JFROG key/password as a 2 door authentication process(master)key will open the first doorsupply password generated by master key will open second door the location of artifactory.security.master.key must be known a-priori by setting property e.g.artifactory.security.master.key=/artifacto

maven-gpg-plugin

2016-07-29 Thread Martin Gainty
anyone know what happened to the Testcases for maven-gpg-plugin? http://maven.apache.org/plugins/maven-gpg-plugin/source-repository.html Thanks Martin __

RE: New Releases - Android Maven Plugin and Android NDK Maven Plugin

2016-07-20 Thread Martin Gainty
Vielen Danke Manfred Martin > Subject: New Releases - Android Maven Plugin and Android NDK Maven Plugin > From: manf...@mosabuam.com > To: d...@maven.apache.org; users@maven.apache.org > Date: Tue, 19 Jul 2016 09:01:45 +0200 > > Hi all, > > Just a quick heads up that we cut two new releases of

RE: Surefire dead vm, how to debug?

2016-07-15 Thread Martin Gainty
so we can get this on someone's radar MG>Thanks Benson > On Mon, Jul 11, 2016 at 8:02 AM, Martin Gainty wrote: > > can you attach surefire.log from mvn test e.g. > > mvn -X -e test | tee surefire.log > > > > ? > > Martin > > _

RE: Surefire dead vm, how to debug?

2016-07-11 Thread Martin Gainty
-Djava.io.tmpdir=${project.build.directory} > > > > > > On Sun, Jul 10, 2016 at 7:41 AM, Martin Gainty wrote: > > > > > >> From: bimargul...@gmail.com > >> Date: Sun, 10 Jul 2016 07:34:53 -0400 > >>

RE: Surefire dead vm, how to debug?

2016-07-10 Thread Martin Gainty
> From: bimargul...@gmail.com > Date: Sun, 10 Jul 2016 07:34:53 -0400 > Subject: Surefire dead vm, how to debug? > To: users@maven.apache.org > > My build stops with this message just after printing the surefire > summary for the module in question, so none of my test cases called > 'exit'. Ther

ICCE Mitigation Strategy?

2016-06-22 Thread Martin Gainty
My Axis testcases were throwing ICCE I discovered my Axis interfaces were being loaded by surefire IsolatedClassLoader loadClass and producing ICCE org.codehaus.surefire.IsolatedClassLoader{ public synchronized Class loadClass( String className )throws ClassNotFoundException{

RE: Maven and Eclipse

2016-06-14 Thread Martin Gainty
> From: michael.ctr.taru...@faa.gov > To: users@maven.apache.org > Subject: RE: Maven and Eclipse > Date: Tue, 14 Jun 2016 14:33:31 + > > This is a partial update to this issue, which I am posting as requested by > Barrie Treloar. > > I encountered this problem on a Windows install of Ecl

RE: Encrypted password on pry settings

2016-06-12 Thread Martin Gainty
> From: adrien.riv...@gmail.com > Date: Sun, 12 Jun 2016 13:50:16 +0200Subject: Re: Encrypted password on pry > settings > To: users@maven.apache.org > > Then I would try to check the procedure to encrypt again, and pay attention > to special characters ( xml and {} ). Some of those need to be

maven-surefire and static-swamp

2016-05-30 Thread Martin Gainty
I was convinced maven-surefire-plugin classloader was mucked producing NoClassDefFoundError configed maven-surefire-plugin useSystemClassLoader=true and useManifestOnlyJar=false.NoClassDefFoundError displayed..no joy falseNoClassDefFoundError displayed..still no joy then i read this blog:htt

RE: Problem With Maven Compiler Plugin

2016-05-11 Thread Martin Gainty
Nota Bene: to detect missing dependencies i run dependency:tree and bind to initialize phase before compilation http://stackoverflow.com/questions/17978768/how-to-determine-which-maven-dependency-is-needing-a-missing-dependency HTH! Martin (decidedly left of CTR) Gainty > From: michael.ctr.ta

RE: AW: Find the correct build order of a set of distinct butinterdependent projects

2016-03-25 Thread Martin Gainty
+-^-+ > | | | B | > | | +-^-+ > | |^ > | >+ > +--+ > > this defect is not a really a blocker, but some cycle detection logic > needs to be added somewhere in the global solution. > > just FYI, thanks! > Christophe > > &g

RE: AW: Find the correct build order of a set of distinct butinterdependent projects

2016-03-22 Thread Martin Gainty
MG>quick question prefixed by MG> > Date: Tue, 22 Mar 2016 09:53:33 +0100 > From: christophe.thiebaud@dag.cloud > To: users@maven.apache.org; d...@maven.apache.org > CC: e...@zusammenkunft.net > Subject: Re: AW: Find the correct build order of a set of di

Jute

2016-02-23 Thread Martin Gainty
currently executing Jute at command line to generate java sources java -cp .\lib\javacc.jar javacc .\src\java\main\org\apache\jute\compiler\generated\rcc.jj Has anyone come across jute-maven-plugin so I can bind jute to generate-sources phase ? Thanks! Martin ___

RE: Way Java 8 resolves interface dependencies seems to play havoc

2016-02-04 Thread Martin Gainty
i agree with curtis >javac -versionjavac 1.8.0_40 4.0.0testTest1.0 org.jboss.jbossts jbossjts-integration 4.16.6 org.jboss.jbosstsjbossjts 4.16.6.Final javax.transaction jta1.1

RE: Should I disable maven-compiler-plugin when using aspectj-maven-compiler?

2016-01-14 Thread Martin Gainty
dump it yet > > Finally, regardless of everything, I would still like to thank you for > trying to help. I do appreciate it.MG>you're welcome > > BR, > Dagan. MG>BR > > > > > On Wed, Jan 13, 2016 at 6:09 PM, Martin Gainty wrote: > > &

RE: Should I disable maven-compiler-plugin when using aspectj-maven-compiler?

2016-01-13 Thread Martin Gainty
you dont understand implementation I would strongly suggest you RESPECTFULLY ask a senior resource on your team MG>to craft a build script which will achieve this objective within the confines of your .gradle/build.xml/pom.xml build environment > > > On Wed, Jan 13, 2016 at 3:10 PM, M

RE: Should I disable maven-compiler-plugin when using aspectj-maven-compiler?

2016-01-13 Thread Martin Gainty
take a look athttp://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/?root=Tools_Project find your way to this artifact:org.aspectj aspectjtools jar 1.8.5 AspectJ tools Tools from the AspectJ project http://www.aspectj.org take a gander at AjcTask.java and notice the setting of javac arg

RE: disabling default plugin from phase?

2015-12-07 Thread Martin Gainty
users@maven.apache.org > From: mc.pr...@gmail.com > Date: Mon, 7 Dec 2015 16:27:52 +0100 > > 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

RE: disabling default plugin from phase?

2015-12-03 Thread Martin Gainty
gt; > > > > > DISABLE_FORKED_LIFECYCLE_MSOURCES-13 > > > > > > > > > > > > default-jar-no-fork > > > > > > > >

RE: disabling default plugin from phase?

2015-12-03 Thread Martin Gainty
true > > > > > On Thu, Dec 3, 2015 at 1:35 AM, Martin Gainty wrote: > > > I'll give this a tryThanks Mirko! > > Martin- > > > > > From: mfriedenha...@gmail.com > > > Date: Wed, 2 Dec 2015 22:58:49 +0100 > > > Subject: Re: disa

RE: disabling default plugin from phase?

2015-12-02 Thread Martin Gainty
t; > jar-no-fork > > > > > Regards Mirko > -- > http://illegalstateexception.blogspot.com/ > https://github.com/mfriedenhagen/ (http://osrc.dfm

disabling default plugin from phase?

2015-12-02 Thread Martin Gainty
Folks- is there any way to disable a particular plugin (which is somehow declared as a default plugin for that phase )from executing in that phase? Thanks! Martin __

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,

RE: valid p2 repository?

2015-12-01 Thread Martin Gainty
> 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 wrote

RE: valid p2 repository?

2015-12-01 Thread Martin Gainty
> 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 wrote

RE: valid p2 repository?

2015-12-01 Thread Martin Gainty
ks! Martin __ > Date: Tue, 1 Dec 2015 14:18:13 +0100 > Subject: Re: valid p2 repository? > From: jeffma...@gmail.com > To: users@maven.apache.org > > Which artifacts are you looking for ? > > Jeff > Le 1 déc. 2015 13:56, "Martin Gainty&qu

valid p2 repository?

2015-12-01 Thread Martin Gainty
de is here: http://www.eclipse.org/tycho/sitedocs/tycho-p2/tycho-p2-publisher-plugin/attach-artifacts-mojo.html Thanks, Martin Gainty __

RE: animal-sniffer-maven-plugin repo missing

2015-11-27 Thread Martin Gainty
ugin repo missing > To: users@maven.apache.org > > You mean this? > https://github.com/mojohaus/animal-sniffer/tree/master/animal-sniffer-maven-plugin > > On Thu, Nov 26, 2015 at 9:44 PM, Martin Gainty wrote: > > > anyone know what happened to animal-sniffer-maven

animal-sniffer-maven-plugin repo missing

2015-11-26 Thread Martin Gainty
anyone know what happened to animal-sniffer-maven-plugin repo?https://github.com/mojohaus/animal-sniffer.git/animal-sniffer-maven-plugin http://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/source-repository.htmlsays this is the repo for animal-sniffer-maven-plugin? Thanks, Martin

RE: Reactor versus classifiers ...

2015-10-21 Thread Martin Gainty
> Date: Wed, 21 Oct 2015 13:56:39 -0400 > Subject: Reactor versus classifiers ... > From: bimargul...@gmail.com > To: users@maven.apache.org > > I've hit a problem with Maven 3.2.5 and the karaf-maven-plugin. > > One module builds a Karaf feature with the karaf maven plugin; this produces: > >

RE: Cause: the class org.apache.tools.ant.taskdefs.optional.ssh.Scp was not found

2015-10-12 Thread Martin Gainty
> Date: Mon, 12 Oct 2015 16:39:01 -0500 > Subject: Re: Cause: the class org.apache.tools.ant.taskdefs.optional.ssh.Scp > was not found > From: wayne...@gmail.com > To: users@maven.apache.org > > Maybe use org.apache.ant:ant-nodeps artifact instead (or in addition) to > what you already listed

RE: Webstart Maven Plugin using jarsigner with proxy

2015-10-06 Thread Martin Gainty
med /usr/java/latest/bin/jarsigner, created a new > script called jarsigner that calls the renamed jarsigner with the > proxy arguments. Not pretty, but it works as temporary patch. > > This would be much easier if the tool jarsigner could use the > configured Java

RE: Webstart Maven Plugin using jarsigner with proxy

2015-10-06 Thread Martin Gainty
> Date: Tue, 6 Oct 2015 13:33:40 +0200 > Subject: Webstart Maven Plugin using jarsigner with proxy > From: sverre@gmail.com > To: users@maven.apache.org > > How can I provide Java properties to Maven webstart plugin to be used > when calling Jarsigner? > > > org.codehaus.mojo > web

RE: Webstart Maven Plugin using jarsigner with proxy

2015-10-06 Thread Martin Gainty
> Date: Tue, 6 Oct 2015 13:33:40 +0200 > Subject: Webstart Maven Plugin using jarsigner with proxy > From: sverre@gmail.com > To: users@maven.apache.org > > How can I provide Java properties to Maven webstart plugin to be used > when calling Jarsigner? > > > org.codehaus.mojo > web

  1   2   3   4   5   6   7   8   >