Re: A "?"/.m2 folder is created by Maven

2019-12-14 Thread Jeff MAURY
What's the value of $HOME Le sam. 14 déc. 2019 à 08:22, Leira Hua a écrit : > I use Nix under Debian. I installed clojure through nix-shell -p clojure. > clj successfully started the repl after downloaded some poms from maven. > Then I found there is a folder named ‘?’ created under my $HOME.

Re: Failures building Eclipse 4.13 with maven-3.6.2

2019-09-13 Thread Jeff MAURY
This is a know case between tycho pomless and maven 3.6.2 Le sam. 14 sept. 2019 à 05:26, Jonathan Chen a écrit : > Hi, > > I'm currently attempting to build Eclipse 4.13 from source using > maven-3.6.2, and I'm seeing these current failures: > [INFO] Scanning for projects... > [ERROR] [ERROR]

Re: No compiler is provided in this environment - how to stop this error ?

2018-06-24 Thread Jeff MAURY
A124=IoIU0MYUp-=huettermann+automatic+releasing=de=PA123#v=onepage=huettermann%20automatic%20releasing=false > > Hope you could let me know how should I go about changing the version > without all these errros. > > Tks & rgds, > Karen > > > -

Re: No compiler is provided in this environment - how to stop this error ?

2018-06-22 Thread Jeff MAURY
Your JAVA_HOME must point a jdk not à jre Le ven. 22 juin 2018 à 13:16, Karen Goh a écrit : > Hi, > > I have been trying to tackle the below error without avail. > > In my due diligence, I have done the necessary checking like making sure > that the environment is run on 1.8JDK > > Please see

Re: mvn dependency:purge-local-repository

2018-06-15 Thread Jeff MAURY
Looks like you gave mvn as a goal In eclipse there should be a run as maven menu Jeff Le ven. 15 juin 2018 17:45, Karen Goh a écrit : > Hi, > > I run into a problem in my Spring Boot Web project and then there's an > advice following this URL : > >

Re: [POM.xml][SKIP] - logical test

2018-01-10 Thread Jeff MAURY
://maven.40175.n5.nabble.com/Maven-Users-f40176.html > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > -- Jeff MAURY "Legacy code" often differs from its s

Re: Post processing generated sources

2016-03-21 Thread Jeff MAURY
et/preprocess-classes? > > Best regards Jens > > And where should i put my source that does the post processing should i > create my own > > On Mon, Mar 21, 2016 at 12:29 PM, Jeff MAURY <jeffma...@gmail.com> wrote: > > > Generate-sources > > > > Jeff

Re: Post processing generated sources

2016-03-21 Thread Jeff MAURY
Generate-sources Jeff Le 21 mars 2016 12:25, "Jens Teglhus Møller" a écrit : > Hi > > I'm generating java sources (using jsonschema2pojo and jaxb2-maven-plugin > plugin) and I would like to do some post processing on the generated source > files before compiling them (like

Re: valid p2 repository?

2015-12-01 Thread Jeff MAURY
n build.target? > > > > > > guide is here: > > > > > > > http://www.eclipse.org/tycho/sitedocs/tycho-p2/tycho-p2-publisher-plugin/attach-artifacts-mojo.html > > > Thanks, > > > Martin Gainty > > > __ > > > > > > > > -- Jeff MAURY "Legacy code" often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: valid p2 repository?

2015-12-01 Thread Jeff MAURY
Which artifacts are you looking for ? Jeff Le 1 déc. 2015 13:56, "Martin Gainty" a écrit : > Anyone know of a valid P2 repositories ?i tried this supposedly valid p2 > repository: > http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/but >

Re: valid p2 repository?

2015-12-01 Thread Jeff MAURY
upposedly > valid > > > p2 > > > > > repository: > > > > > > > > > http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/but > > > > > cannot resolve any of the repository location="" for P2 artifact

Re: Solaris

2015-11-04 Thread Jeff MAURY
t; tcsh > > > I get this error > > /apache-maven-3.3.3/bin % ./mvn > ./mvn: syntax error at line 200: `(' unexpected > > > line 200 says: local basedir=($pwd) > > > > Any help appreciated! > Jim > -- Jeff MAURY "Legacy code" often differs

Re: MRELEASE: Release only modules, not project itself

2015-09-24 Thread Jeff MAURY
What is the problem with releasing the parent pom ? Jeff Le 24 sept. 2015 10:58, "Wouter Lievens" a écrit : > Hello, > > I would like to run the release plugin (prepare/perform) for a top-level > POM (packaging "pom") that has a big list of modules. > The top project

Re: Help on parent pom for spring boot project

2015-09-19 Thread Jeff MAURY
t; > With spring-boot-starter-parent as parent pom, I'm not able to use our > existing company parent pom which has lot of plugin and other tools for > build. > > Thanks for your inputs. > > Regards, > Subbu > > On Sat, Sep 19, 2015 at 1:03 AM, Jeff MAURY <jeffma...@gma

Re: Help on parent pom for spring boot project

2015-09-18 Thread Jeff MAURY
Use import scope for boot pom Jeff Le 18 sept. 2015 19:59, "Subramanian Olagappan" a écrit : > Sorry.. re-sending it again. > > Thanks, > Subbu > > On Fri, Sep 18, 2015 at 11:21 PM, Subramanian Olagappan > wrote: > > > Hi, > > > > We have a company wide

Re: Java heap space error

2015-08-27 Thread Jeff MAURY
Change MAVEN_OPTS accordingly Jeff Le 27 août 2015 21:28, michael.ctr.taru...@faa.gov a écrit : When running Maven to build a COTS product I am getting the following exception thrown: Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400) Maven home:

Re: How to delete certain snapshots from Nexus

2015-07-21 Thread Jeff MAURY
Nexus tasks ? Jeff Le 21 juil. 2015 18:03, David Hoffer dhoff...@gmail.com a écrit : We use Nexus as our corporate Maven repository and would like to periodically delete certain SNAPSHOT artifacts. We need to be able to filter/select by groupId and by version...so delete all where

Re: mvn deploy:deploy-file with same groupId artifactId but different classifiers

2015-06-29 Thread Jeff MAURY
-- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: A little puzzle with the build helper

2015-06-26 Thread Jeff MAURY
, e-mail: users-h...@maven.apache.org -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Compiler plugin: generated files by processor not in target/generated-sources

2015-06-19 Thread Jeff MAURY
-- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: Use of Multiple Local Repositories

2015-06-04 Thread Jeff MAURY
, maven will check in local repo 1, if it can't find the required librairy it will download it and put it in local repo 2 It there a way to implement this solution :) ? Thanks in advance -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working

Re: AJ to Java converter plugin?

2015-04-19 Thread Jeff MAURY
) files to plain java does such a plugin exist? Enjoy Austin! Martin __ -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http

Re: Build extension not found when specifying different local repository

2015-03-07 Thread Jeff MAURY
Are you sure the second build is using the same Maven local repo ? Jeff On Sat, Mar 7, 2015 at 2:58 PM, Pascal Rapicault pas...@rapicault.net wrote: Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T12:29:23-05:00) On 03/07/2015 02:44 AM, Jeff MAURY wrote: Which

Re: Build extension not found when specifying different local repository

2015-03-06 Thread Jeff MAURY
commands, e-mail: users-h...@maven.apache.org -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: maven-compiler-plugin ignores Javac annotation processor error

2015-02-21 Thread Jeff MAURY
but it is unclear how I can create an account. So, I am using this mailing list to reach to the experts and the developer to get accurate feedback on the matter. Thanks in advance, Sébastien Lesaint -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working

Re: API to resolve a maven coordinate to a URL (no download)??

2015-01-17 Thread Jeff MAURY
Have you looked at Aether ? Jeff On Sat, Jan 17, 2015 at 3:15 AM, Dan Tran dant...@gmail.com wrote: Hi Is there a API to convert a maven coordinate ( including snapshot) to a URL? I would like the obtain the URL and and do the download myself Thanks -Dan -- Jeff MAURY Legacy

Re: Emotional Support Group for Typesafe Maven Users

2014-12-04 Thread Jeff MAURY
have to deal with the train wreck that is Eclipse. Different experiences? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Jeff MAURY Legacy

Re: Error

2014-11-11 Thread Jeff MAURY
Which version of Maven are you using ? Jeff Le Mon Nov 10 2014 at 7:50:35 AM, userB tufanomich...@hotmail.it a écrit : Hi, I'm trying to compile a specific snapshot of Apache log4j. I obtain this error: http://pastebin.com/Vg00dmfH This is the pom.xml http://pastebin.com/DbPW7esv Do

Re: Making an Instrumentation Plugin to Instrument Its Own Tests

2014-10-09 Thread Jeff MAURY
classes as well. Any ideas will be really appreciated. Best. -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: Plugin to invoke SQLLDR

2014-06-26 Thread Jeff MAURY
Exec plugin ? Jeff — Sent from Mailbox for iPhone On Fri, Jun 27, 2014 at 2:17 AM, hanuman hanumannallap...@gmail.com wrote: Hi All, I am planning to invoke SQLLDR from in the POM.xml. any idea which plugin we can use to invoke the same? Thanks for your help, Hanuman -- View this

Re: Unmanaged dependency question

2014-05-31 Thread Jeff MAURY
, Matt -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: Custom plugin: how to process filtered resources

2014-05-18 Thread Jeff MAURY
-- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: Premature decomposition of projects

2013-11-23 Thread Jeff MAURY
(and one is sure of what revision that is). Sorry for my TL;DR style comment. I just wanted to share my experience dealing with non identified versions. Ziga On Fri, Nov 22, 2013 at 10:26 PM, Jeff MAURY jeffma...@jeffmaury.com wrote: Having a build using non identified

Re: Premature decomposition of projects

2013-11-22 Thread Jeff MAURY
: Hello, Here is an interesting article about dependencies management and builds with Maven, which can become unnecessary overcomplicated http://bit.ly/1dn9ZZL With regards, Viktor -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling

Re: Error Installing docbook-xml-5.0-all-resources.zip

2013-11-13 Thread Jeff MAURY
Downloading: http://repo.maven.apache.org/maven2/net/sf/docbook/docbook-xml/5.0-all/docbook-xml-5.0-all-resources.zip Thanks for any help in advance, Sean -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http

Re: Error Installing docbook-xml-5.0-all-resources.zip

2013-11-13 Thread Jeff MAURY
; xsi:schemaLocation= http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd Sean -Original Message- From: jeffma...@gmail.com [mailto:jeffma...@gmail.com] On Behalf Of Jeff MAURY Sent: Wednesday, November 13, 2013 04:24 To: Maven Users List Subject: Re: Error Installing

Re: deplot at end not working

2013-11-08 Thread Jeff MAURY
— Sent from Mailbox for iPhone On Fri, Nov 8, 2013 at 6:22 PM, null alejandro.e...@miranda.com wrote: I'm using m-d-p 2.8.1 using the new deploy at end config. I also use install at end in the m-i-p. However, what I see is that sometimes the artifacts are not installed nor deployed at all.

Re: Get last version of a artifact

2013-10-30 Thread Jeff MAURY
as a model and runtime. Could somebody help me? Thanks, Romain. -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: file based mirror

2013-09-21 Thread Jeff MAURY
Use the file form of URL Jeff — Sent from Mailbox for iPhone On Sat, Sep 21, 2013 at 12:55 PM, Michael Hüttermann mich...@huettermann.net wrote: Hello, as the mirror in the settings.xml, is it possible to reference a file based repository as URL? How to define it? Best regards

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

2013-09-13 Thread Jeff MAURY
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: When I use an asterisk (*) in arg, Maven complains: [INFO] --- maven-antrun-plugin:1.3:run

Re: odd behavior of running tests with surefire plugin

2013-07-30 Thread Jeff MAURY
me some hint/insights? Anything would be deeply appreciated -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: webstart application and Java7u25

2013-07-26 Thread Jeff MAURY
possible, as most of my dependencies are already deployed in our Nexus repository and some of them are thirdparty dependencies, coming from external repositories. Is there a way to add those entries in all my dependencies before they are signed? Thanks! David -- Jeff MAURY

Re: webstart application and Java7u25

2013-07-26 Thread Jeff MAURY
. Thanks. Laurent Forêt @laurentforet http://www.devcoop.fr On Fri, Jul 26, 2013 at 4:59 PM, Jeff MAURY jeffma...@jeffmaury.com wrote: I don't see why do you need of Mojo for that. Jeff On Fri, Jul 26, 2013 at 11:34 AM, Laurent Forêt laurent.fo...@gmail.com wrote: Hello

Re: MANIFEST.MF into assembly plugin

2013-06-28 Thread Jeff MAURY
...@maven.apache.org -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: MANIFEST.MF into assembly plugin

2013-06-28 Thread Jeff MAURY
- De : jeffma...@gmail.com [mailto:jeffma...@gmail.com] De la part de Jeff MAURY Envoyé : vendredi 28 juin 2013 11:04 À : Maven Users List Objet : Re: MANIFEST.MF into assembly plugin Why don't you use the maven war plugin to generate the MANIFEST.MF with your entries ? Jeff On Fri, Jun 28

Can't manage to download a site with wagon maven plugin

2013-06-13 Thread Jeff MAURY
/workspace/wagon-http-test Any help ? -- Jeff MAURY PS; I'm posting to Maven user list instead of Mojo because I suspect this is related to wagon-http Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http

Re: Can't manage to download a site with wagon maven plugin

2013-06-13 Thread Jeff MAURY
] /d/workspace/wagon-http-test Any help ? -- Jeff MAURY PS; I'm posting to Maven user list instead of Mojo because I suspect this is related to wagon-http Legacy code often differs from its suggested alternative by actually working and scaling

Re: Can't manage to download a site with wagon maven plugin

2013-06-13 Thread Jeff MAURY
and download all files (but IMHO you will need to write your own plugin or improve one) 2013/6/13 Jeff MAURY jeffma...@jeffmaury.com: Yes, but this should be converted by Maven as it is not possible to specify a File in a POM. I'm working with a sample but I think this is related

Re: Import an open source maven project into Eclipse?

2013-03-29 Thread Jeff MAURY
Can you send the eclipse log file ? Jeff Le 29 mars 2013 18:09, Peter J. Farley III pjfarl...@earthlink.net a écrit : I need some very basic newbie help. I have never used maven before this, but I would like very much to learn how. I would like to import an existing open source maven

Re: Preferred way of deploying sites to GitHub Pages

2013-03-25 Thread Jeff MAURY
/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com

Re: Unpacking jars into target/classes

2013-03-17 Thread Jeff MAURY
...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: Unpacking jars into target/classes

2013-03-08 Thread Jeff MAURY
-- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: Is there any generic Maven code generator?

2013-02-27 Thread Jeff MAURY
to start implementing it myself? Chris -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Create Windows executable JAR

2013-02-07 Thread Jeff MAURY
if such a plugin exists somewhere ? Thanks -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: Should I add tools.jar to my internal repo?

2012-12-23 Thread Jeff MAURY
I don't think you should as there are probably some differences between versions of the JDK Regards Jeff MAURY On Fri, Dec 21, 2012 at 11:20 AM, Anders Hammar and...@hammar.net wrote: So far I've managed the few situations where tools.jar (included in the JDK) is needed by using

Re: hi, is these any properties like ${project.module} in maven's system properties?

2012-12-03 Thread Jeff MAURY
/moduleSet thanks a -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: why axis-1.4.jar is dependent upon wsdl4j-1.5.1 jar file in maven

2012-11-30 Thread Jeff MAURY
. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne

Re: How to generate ZIP containing another generated ZIP with resources ?

2012-11-28 Thread Jeff MAURY
that with a separated module to generate the first ZIP file. But is it possible without modules, just one Maven project ? In fact, my problem is how to reference the first ZIP file in the assembly.xml for the second ZIP file generation. Thanks for any help, Xavier -- Jeff MAURY Legacy code often

Re: How to generate ZIP containing another generated ZIP with resources ?

2012-11-28 Thread Jeff MAURY
it the Maven way. Then see if it is worth optimizing the process. Ron On 28/11/2012 8:42 AM, Jeff MAURY wrote: Can'y you use a fileset with directory element being to your project output directory, it should include the first ZIP file, no ? Jeff On Wed, Nov 28, 2012 at 2:39 PM, Xavier

Re: How to unpack dependencies in specific order ?

2012-11-28 Thread Jeff MAURY
from another dependency -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: How to optimize maven dependencies to get better performance?

2012-10-11 Thread Jeff MAURY
I would vote for a DNS issue Jeff Le 11 oct. 2012 08:08, Ron Wheeler rwhee...@artifact-software.com a écrit : On 11/10/2012 1:40 AM, Wang, Simon wrote: Hi, Barrie, That's really helpful! Even I have local cache, it also takes about 2 mins to resolve dependencies. What is it

Re: JNI jars dependencies

2012-09-17 Thread Jeff MAURY
/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Fri, Sep 14, 2012 at 7:52 PM, Jeff MAURY jeffma...@gmail.com wrote: Can't you define the platform classifier in the parent POM (through profiles) as a property and this property

Re: JNI jars dependencies

2012-09-14 Thread Jeff MAURY
Can't you define the platform classifier in the parent POM (through profiles) as a property and this property in the child POMs ? Jeff Le 14 sept. 2012 16:21, Simone Tripodi simonetrip...@apache.org a écrit : Hi David, thanks a lot - my issue anyway is NOT compiling the code, rather than

Re: Additional settings.xml file

2012-09-13 Thread Jeff MAURY
/tools My blog http://mickaelistria.**wordpress.comhttp://mickaelistria.wordpress.com - My Tweets http://twitter.com/**mickaelistriahttp://twitter.com/mickaelistria -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne

Re: Question about plugin execution ordering

2012-09-05 Thread Jeff MAURY
what you want. With Maven 3, you can produce that plugin as part of you multi-module build if you don't want to keep it outside of it. /Anders On Fri, Aug 31, 2012 at 10:57 AM, Jeff MAURY jeffma...@jeffmaury.com wrote: Hello, I have a question about plugin execution ordering. I

Re: Create custom phase

2012-08-23 Thread Jeff MAURY
to a 'pre-deploy' phase Sent from my iPhone - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Jeff MAURY Legacy code often differs from its

Re: Hooking before and after a phase

2012-06-09 Thread Jeff MAURY
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne

Re: Fact-checking a statement about Maven from a book

2012-05-30 Thread Jeff MAURY
...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: m-source-p excludes regex support

2012-05-23 Thread Jeff MAURY
exclude**/model/Q*.java/exclude exclude**/*.gwt.xml/exclude /excludes Best, -Ryan Connolly -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http

Re: apache httpd plugin

2012-05-21 Thread Jeff MAURY
project if there is nothing around. Greetings Martin -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: resolver-status.properties read/write warnings

2012-05-08 Thread Jeff MAURY
- We know what we are, but know not what we may be. -- Shakespeare -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http

Re: help needed: problems with eclipse, m2e and wst

2012-05-05 Thread Jeff MAURY
: users-unsubscr...@maven.apache.org javascript:; For additional commands, e-mail: users-h...@maven.apache.orgjavascript:; -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http

Re: resolver-status.properties read/write warnings

2012-04-18 Thread Jeff MAURY
It seems you are using a shared local repository which is not supported Jeff Le 18 avr. 2012 23:56, Bracewell, Robert rbrac...@qualcomm.com a écrit : When running any mvn command (tried 3.0.3 and 3.0.4) on OSX Lion I see numerous lines of output similar to below. I added a mac box to my build

Re: if condition in pom.xml

2012-04-13 Thread Jeff MAURY
...@maven.apache.orgjavascript:; -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: maven-install-plugin:install - naming the installed artifact

2012-04-11 Thread Jeff MAURY
Use the groupid, artifactid, version and classifier parameters of the goal to achieve that Ji Le 10 avr. 2012 19:51, Mehul Sanghvi mehul.sang...@gmail.com a écrit : Hi, g Hi, Below is the output of the maven-install-plugin being executed. What do I have to do so that I can specify the

Re: Maven release plugin help...

2012-04-04 Thread Jeff MAURY
or if there is an issue with my SVN client or with SVNBridge. SVN works for all other activities I have been doing. Any ideas? -- Jeff Vincent predato...@gmail.com See my LinkedIn profile at: http://www.linkedin.com/in/rjeffreyvincent I ♥ DropBox http://db.tt/9O6LfBX !! -- Jeff MAURY Legacy

Re: Using artifacts as resources in other projects.

2012-04-02 Thread Jeff MAURY
You should probably use the maven assembly plugin Jeff Le 2 avr. 2012 17:47, Mariusz Plucinski plucinski.mari...@gmail.com a écrit : Hello Maven users, I am really newbie in Maven, so I am not pretty sure if my way of thinking is right. If it's not, do not hesitate to criticize it. I am

Re: Eclipse pde with maven

2012-03-29 Thread Jeff MAURY
Nexus OSS does support p2 since version 2.0 Jeff Le 29 mars 2012 06:28, Barrie Treloar baerr...@gmail.com a écrit : On Thu, Mar 29, 2012 at 1:27 PM, Not Zippy notzi...@gmail.com wrote: I just wanted to verify that there wasnt a better plugin to do the job for an eclipse pde, thats why I

Re: Filename too long while compiling a project

2012-03-28 Thread Jeff MAURY
For additional commands, e-mail: users-h...@maven.apache.org -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: AbstractMavenLifecycleParticipant.afterSessionStart method not invoked

2012-03-06 Thread Jeff MAURY
...@maven.apache.org -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: How to run a maven goal when there is tests failures?

2012-01-10 Thread Jeff MAURY
You can configure the maven surefire plugin to ignore errors (not the default). Look at the Maven Surefire plugin documentation. Regards Jeff MAURY -- Forwarded message -- From: Xavier S. xavier.seign...@gmail.com Date: Tue, Jan 10, 2012 at 2:05 PM Subject: How to run a maven

Re: How to run a maven goal when there is tests failures?

2012-01-10 Thread Jeff MAURY
what about http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#testFailureIgnore Jeff MAURY On Tue, Jan 10, 2012 at 4:55 PM, Xavier S. xavier.seign...@gmail.comwrote: Thanks for all your answers, but I think I should re explain my need. I don't want to skip the tests

Re: Installation glitch!

2012-01-09 Thread Jeff MAURY
Probably because you have spaces in the directory where you installed Maven (C:\Program Files\Apache Software Foundation) Regards Jeff MAURY On Mon, Jan 9, 2012 at 11:15 AM, MH martinleeharri...@hotmail.co.uk wrote: Hi I am a first time user of maven and new to open source in general. I have

Re: Maven is using SNAPSHOT versions of plugins

2012-01-04 Thread Jeff MAURY
SNAPSHOT are not available in central repository. Jeff MAURY On Wed, Jan 4, 2012 at 2:17 PM, Abid Hussain hussain.d...@gmx.de wrote: Hi all, trying to create a project using the archetype-plugin fails because maven tries to use a SNAPSHOT version of the plugin: [INFO] Unable to find

Re: No POM 1 how do I install my POM (Please help!!!)

2011-12-17 Thread Jeff MAURY
You should run Maven from a directory where a pom.xml is present or use the -f argument. Regards Jeff MAURY On Sat, Dec 17, 2011 at 4:22 PM, Apache Omega jason007tho...@yahoo.comwrote: i'm trying to get maven fully operational but every time i run anything there's an error stating NO POM1 how

Re: No POM 1 how do I install my POM (Please help!!!)

2011-12-17 Thread Jeff MAURY
I suggest you read the documentation before asking such questions ? The -f parameter allows to specify the name and location of the pom.xml (if you want to use other names than the standard pom.xml) Regards Jeff MAURY On Sat, Dec 17, 2011 at 4:53 PM, Apache Omega jason007tho...@yahoo.comwrote

Re: Solve my exception for mvn installtion

2011-12-16 Thread Jeff MAURY
It means the class files have geen generated using a JDK 1.5 and you are running a pre 1.5 JDK with Maven. You should probably check your JAVA_HOME. What does java -version says ? Regards Jeff MAURY On Fri, Dec 16, 2011 at 5:42 AM, ashishmemod ashishme...@gmail.com wrote: thank you for above

Re: Solve my exception for mvn installtion

2011-12-15 Thread Jeff MAURY
Maven needs à minimum 1.5 jdk to run Jeff Le jeudi 15 décembre 2011, ashishmemod ashishme...@gmail.com a écrit : Hi friends, i found these types of error or exceptions. please help me ro solve it. C:\Users\Ashishmvn install Exception in thread main

Fwd: YUI Compressor Maven plugin executed at wrong time and tomcat plugin not using yui-compressor output

2011-12-02 Thread Jeff MAURY
maven plugin because the default value does not comply with the standard Maven War directory layout. Regards Jeff MAURY -- Forwarded message -- From: fe.character.guide fe.character.gu...@gmail.com Date: Fri, Dec 2, 2011 at 7:17 AM Subject: YUI Compressor Maven plugin executed

Re: writing a maven plugin that transparently adds a new source folder

2011-11-30 Thread Jeff MAURY
You can develop a Mojo that will do the trick but you will have to configure it in you pom (at least define it so that it will be invoked) so I don't see the added value compared to the build-helper-plugin Regards Jeff MAURY On Wed, Nov 30, 2011 at 7:53 PM, Andrew Eisenberg andrew.eisenb

Re: writing a maven plugin that transparently adds a new source folder

2011-11-30 Thread Jeff MAURY
No, you can have a mojo automatically invoked as soon as it is declared in a pom. You must bind your mojo to a specific phase. Regards Jeff MAURY On Wed, Nov 30, 2011 at 10:48 PM, Andrew Eisenberg andrew.eisenb...@gmail.com wrote: On Wed, Nov 30, 2011 at 1:31 PM, Jeff MAURY jeffma

Re: writing a maven plugin that transparently adds a new source folder

2011-11-30 Thread Jeff MAURY
This is done through a Javadoc annotation in your Mojo source file. Regards Jeff MAURY On Wed, Nov 30, 2011 at 11:45 PM, Andrew Eisenberg andrew.eisenb...@gmail.com wrote: Sorry for asking so many questions, but I am now confused. When you say You must bind your mojo to a specific phase

Re: writing a maven plugin that transparently adds a new source folder

2011-11-26 Thread Jeff MAURY
If you need to add source folders, there is an existing Maven plugin to do it: the build-helper-maven-plugin. Check the doc at http://mojo.codehaus.org/build-helper-maven-plugin Regards Jeff MAURY On Sat, Nov 26, 2011 at 1:58 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: either

Re: Mojo configuration file

2011-11-23 Thread Jeff MAURY
You can bind the MavenProject to your mojo through the ${project} expression. But you can also bind the ${project.build.resources} expression to access the list of resources directories. Jeff MAURY On Wed, Nov 23, 2011 at 5:53 PM, krwell krw...@hotmail.com wrote: I am developing an in-house

Re: UTF-8 Test Mystery

2011-10-10 Thread Jeff MAURY
Where is your .properties file located and what type of encoding do you have in your POM for sources/resources ? Regards Jeff MAURY On Tue, Oct 11, 2011 at 12:04 AM, Eric Kolotyluk eric.koloty...@gmail.comwrote: I am having trouble understanding a mystery. I have code that checks my

Re: Http(s) transport layer change (call for early adopters users)

2011-10-03 Thread Jeff MAURY
Hello, I have build Hadoop trunk with this version without problems. Jeff On Mon, Oct 3, 2011 at 10:24 AM, Olivier Lamy ol...@apache.org wrote: Hello, In the current maven core dev trunk, we have recently replace the http(s) transport layer from lightweight wagon (based on default jdk

Re: Can I configure the version used as default for Maven plugins?

2011-09-25 Thread Jeff MAURY
Envoyé de mon VT100 Phone Le 25 sept. 2011 à 14:27, Baptiste MATHUS m...@batmat.net a écrit : And what would be the benefit of storing that information over using a corporate super-pom, which is the way to go to define corporate-wide versions to be used? I don't think having things

Re:

2011-09-07 Thread Jeff MAURY
Warning, the link is a fishing site Jeff On Wed, Sep 7, 2011 at 2:21 PM, tommy schindler shin...@hotmail.com wrote: Get some pleasure with your lover tonight!... http://www.miguelangelscebba.com.ar/com.page.php?jhotmailID=31c7 -- Legacy code often differs from its suggested alternative

Re: test-jar classifier

2011-08-25 Thread Jeff MAURY
Look at the jar plugin documentation. The jar:test-jar goal does not support classifier, as jar:jar. Regards Jeff MAURY On Thu, Aug 25, 2011 at 11:00 AM, Adrien Ruffie - Petals Link adrien.ruf...@petalslink.com wrote: Hello, I have specify a classifier example bdd for my project, so when I

Re: Maven Eclipse Plugin doesn't include all source paths in generated .classpath file in a Java / Groovy project

2011-07-13 Thread Jeff MAURY
You probably need to configure your Eclipse project as a Groovy project (through a nature I think). Please not that you can configure the Maven Eclipse plugin to add specific natures when eclipse:eclipse is run. Regards Jeff On Wed, Jul 13, 2011 at 7:26 PM, DaveyBob psyn...@yahoo.com wrote: I

  1   2   3   >