surefire and system.exit

2021-07-28 Thread Tim Allison
u. Best, Tim [0] http://maven.apache.org/surefire/maven-surefire-plugin/faq.html#vm-termination - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Need help: maven-javadoc-plugin: includeDependencySource: error: module not found on module source path

2020-10-17 Thread Tim Neumann
For this testing I'm using version 2.3.5-Snapshot of the dependency and just locally running mvn clean install in it instead of uploading it to a maven repository. Regards, Tim -- Tim Neumann (GPG-Key: B5BD 17C3 BD4A 7BA4) stv. Referent für IT Betreung Studierendenvertretung Uni Stuttgart https

Maven Artifact Resolver Ant Tasks - Transitive Dependency Versions

2020-02-26 Thread Tim N
I've noticed Maven Artifact Resolver Ant Tasks resolves artifacts differently to both pure maven and Maven Ant Tasks. For example, in one project I'm looking at, both pure maven and Maven Ant Tasks resolves a jar to be "activation-1.1.1.jar", but Maven Artifact Resolver Ant Tasks resolves to

Maven Artifact Resolver Ant Tasks - Remote Repositories

2020-02-25 Thread Tim N
Does "Maven Artifact Resolver Ant Tasks" respect remote repositories defined in the specified POM when resolving? What about remote repositories the specified POM's parent?

Re: Maven Artifact Resolver Ant Tasks - resolve dependency path

2020-02-20 Thread Tim N
Figured it out...I used inside

Maven Ant Tasks to Maven Artifact Resolver Ant Tasks - Calling Maven From Ant

2020-02-20 Thread Tim N
Maven Ant Tasks had some support for calling Maven from Ant: https://maven.apache.org/ant-tasks/examples/mvn.html. Is there anything similar in Maven Artifact Resolver Ant Tasks or another project?

Re: Maven Ant Tasks - Central 501 HTTPS Required

2020-02-18 Thread Tim N
> maven-ant-tasks have been deprecated in favor of Maven Artifact Resolver Ant Tasks: https://maven.apache.org/resolver-ant-tasks/ Fantastic, I'll give that a go. Is it possible to add a link to that project from https://maven.apache.org/ant-tasks/ ?

Maven Artifact Resolver Ant Tasks - resolve dependency path

2020-02-18 Thread Tim N
With Maven Ant Task (https://maven.apache.org/ant-tasks/), it was possible to refer to a dependency on the file-system in ant with, for example, ${org.jacoco:org.jacoco.ant:jar}. Is it possible to do the same with Maven Artifact Resolver Ant Tasks?

Maven Ant Tasks - Central 501 HTTPS Required

2020-02-13 Thread Tim N
Yes, I'm still using Ant and Ant Maven Tasks, which has now succumbed to the "501 HTTPS Required" bug. I tried a quick fix patch ( https://github.com/tntim96/maven-ant-tasks/commit/b5a89db590e54126164d9d50a5062a0cb4be056c), but not only does the build fail, the resultant JAR still exhibits the

Re: Using Maven 3 with non-standard repository layout (Ivy)

2018-05-24 Thread Tim Astle
Thanks Robert, Digging around led me to this option as well: https://github.com/remis-thoughts/ivy-maven-plugin Doing this isn't ideal, but more of a necessary evil for a proof of concept. Thanks! Tim On Thu, May 24, 2018 at 1:50 PM, Robert Scholte <rfscho...@apache.org> wrote: >

Using Maven 3 with non-standard repository layout (Ivy)

2018-05-23 Thread Tim Astle
? If not, is there a way that I could put up an "anti-corruption" repository as a proxy between Maven and the Ivy repository that could transform one layout into the other (and cache the results). Any ideas are welcome. Tim

Avoid change folder permission when using maven site deploy plugin

2016-02-03 Thread Tim Wu T
Hi All, When we deploy the site to our Linux server, I found maven will execute "chmod -Rf g+w,a+rX " in the log folder every time, and this will takes very long time (Maybe 5-6 minutes) Is there any way to avoid this? Thanks very much. Br, Tim

RE: Avoid change folder permission when using maven site deploy plugin

2016-02-03 Thread Tim Wu T
/my-docs/' It takes very very long time to change the permissions as this folder contains lots of site files. Br, Tim -Original Message- From: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] Sent: 2016年2月3日 20:47 To: Maven Users List Subject: Re: Avoid change folder permission when using ma

classifier on test artifact

2014-12-19 Thread Tim Williams
to the execution element of the test-jar goal as well with no luck. Is there a way to achieve this? I'll happily accept pointers to a doc and read myself if you have such a link... Thanks, --tim [1] - http://mail-archives.apache.org/mod_mbox/incubator-blur-dev/201411.mbox

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

2014-12-15 Thread Tim Astle
A - Shotgun Tim On 12/15/2014 6:39 AM, Stephen Connolly wrote: After the run-off round, we are left with two names standing. This second vote will be a straight and simple majority wins. The vote will be open for at least 72 hours (with the potential of an extension until I send a message

RE: Surefire and testing plugin issue

2014-09-29 Thread Tim Wu T
Never used maven testng plugin to run the test case, maybe you mean the dependency is testng? Surefire plugin could support different test engine, testng/junit3/junit4. Br, Tim -Original Message- From: Subramanian Olagappan [mailto:osu...@gmail.com] Sent: den 27 september 2014 17:08

Try to find 2.0.11-SNAPSHOT-site_en.xml

2014-05-16 Thread Tim Wu T
descriptor file? Do you met this problem before? Thanks in advance. Br, Tim

RE: Try to find 2.0.11-SNAPSHOT-site_en.xml

2014-05-16 Thread Tim Wu T
I send this post two days ago, just received it :) The problem already been solved, I created an empty site in the parent pom.xml and deploy it. Br, Tim -Original Message- From: Tim Wu T [mailto:tim.t...@ericsson.com] Sent: den 14 maj 2014 20:48 To: Maven Users List Subject: Try

RE: Maven sure fire plugin npe problem.

2014-04-28 Thread Tim Wu T
Hi Stephen, Thanks for your info, your solution works for me :) Br, Tim -Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Sent: den 27 april 2014 11:41 To: Maven Users List Subject: Re: Maven sure fire plugin npe problem. You signup for an account

RE: Maven sure fire plugin npe problem.

2014-04-26 Thread Tim Wu T
to fail during IInvokedMethodListener#afterInovation, such as result.setStatus(Fail), Then maven surefire plugin will run ITestListener#onTestFailure method twice and throw a Null pointer exception. Currently, I rollback our plugin version to 2.12 to avoid this type of problem. Br, Tim

RE: Maven sure fire plugin npe problem.

2014-04-26 Thread Tim Wu T
Not sure if anyone could show me how to create a TR for this, I don't have a JIRA account. Br, Tim -Original Message- From: Tim Wu T [mailto:tim.t...@ericsson.com] Sent: den 26 april 2014 22:53 To: Maven Users List Subject: RE: Maven sure fire plugin npe problem. Hi, After detail

Maven sure fire plugin npe problem.

2014-04-24 Thread Tim Wu T
) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) I try to google something, but I don't get any good feedback. Thanks in advance. Br, Tim

Rule for maven plugin inheritance

2014-02-24 Thread Tim Wu T
want to move those two javadoc plug in into the parent pom, I don't use the pluginElement, just want all of our sub project could use it directly. However, I find only one of them will works, not both like I did them in sub projects. Is there any special rule about this? Br, Tim

RE: Rule for maven plugin inheritance

2014-02-24 Thread Tim Wu T
Hi Wayne, Thanks, will try today. Br, Tim -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: den 24 februari 2014 23:11 To: Maven Users List Subject: Re: Rule for maven plugin inheritance At first, I define two maven java doc plugin inside the reporting tag

Re: New logo?

2014-01-14 Thread Tim Pizey
. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Tim Pizey http://pizey.net/~timp

Re: New logo?

2014-01-05 Thread Tim Pizey
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Tim Pizey http://pizey.net/~timp - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: New logo?

2014-01-05 Thread Tim Pizey
://batmat.net Sauvez un arbre, Mangez un castor ! -- Tim Pizey http://pizey.net/~timp - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Release Plugin doesn't commit poms correctly anymore

2013-09-20 Thread Tim Kettler
. It doesn't feel well that way. You probably hit MRELEASE-812 [1]. The release-plugin-2.4 is borked when using git and releasing not from the repository root. Thanks! Christian -Tim [1] http://jira.codehaus.org/browse/MRELEASE-812

Re: Release Plugin doesn't commit poms correctly anymore

2013-09-20 Thread Tim Kettler
Am 20.09.2013 10:46, schrieb Tim Kettler: Am 20.09.2013 10:10, schrieb Christian Grobmeier: Hi folks, I have used the release plugin fro a millions of releases. And suddenly it stopped working as expected. I am doing: $ mvn release:prepare $ mvn release:perform And usually I see commits

RE: Maven Assembly plugin is not working when install

2013-09-02 Thread Tim Wu T
Looks like your bind works well. The assembly was called when the package phase was arrived. Br, Tim -Original Message- From: Baptiste Mathus [mailto:bmat...@gmail.com] Sent: Monday, September 02, 2013 2:47 PM To: Maven Users List Subject: Re: Maven Assembly plugin is not working when

RE: Maven assembly single goal not works.

2013-07-31 Thread Tim Wu T
Hi, Really thanks for your suggestion. More clear now :) Just one small question, not so clear about this: (which is needless with your configuration if you don't remove the executions part) Thanks in advance. Br, Tim -Original Message- From: Roger Brechbühl [mailto:rotscher

Maven assembly single goal not works.

2013-07-30 Thread Tim Wu T
include project artifact: xx; it doesn't have an associated file or directory. Any comments for this? Br, Tim

RE: plugin for soapui

2013-06-27 Thread Drury, Tim
There is also a mock goal. The mock goal configuration is described here: http://www.soapui.org/Test-Automation/maven-2x.html#5-4-eviwaresoapuimock-settings -Original Message- From: Jorge Infante Osorio [mailto:jorg...@uci.cu] Sent: Wednesday, June 26, 2013 7:59 PM To: 'Maven Users

How to curtomize the maven release plugin upload jars?

2013-04-01 Thread Tim Wu T
the release process finished, this jar will also be uploaded. But I cannot prevent the A.jar upload, any advice? Great thanks for your help. Br, Tim

RE: How to curtomize the maven release plugin upload jars?

2013-04-01 Thread Tim Wu T
Hi Barrie, Thanks. Br, Tim -Original Message- From: Barrie Treloar [mailto:baerr...@gmail.com] Sent: Tuesday, April 02, 2013 12:35 PM To: Maven Users List Subject: Re: How to curtomize the maven release plugin upload jars? On 2 April 2013 13:53, Tim Wu T tim.t...@ericsson.com wrote

Re: maven-source-plugin questions

2013-03-18 Thread Tim Kettler
way I know to do that is to add it as a resource, which causes it to be included in the binary jar as well. So... which is it, and how do I do it right? You would use the assembly plugin to generate a full source distribution to build your project from. Thanks, K -Tim [1] http

Re: Unpacking jars into target/classes

2013-03-08 Thread Tim Kettler
directory structure. I want this to run in the process-classes, latest, because that's the last pertinent phase that m2e will run. What's the best (least-hassle) plugin that will do this? Regards, Jo -Tim P.S.: Please resist the temptation to tell me that I want the wrong thing. I need help

RE: Release:perform failing on git ...

2013-03-07 Thread Tim Wu T
I think it should better for you to provide more stacktrace. [ERROR] The git-clone command failed. This message is too limited to find the root cause. Br, Tim -Original Message- From: Benson Margulies [mailto:bimargul...@gmail.com] Sent: Friday, March 08, 2013 9:47 AM To: Maven Users

RE: Release:perform failing on git ...

2013-03-07 Thread Tim Wu T
At Jenkins maven release plugin: There is an option called: Configure M2 Extra Build Steps You can config your pre steps. Br, Tim -Original Message- From: Benson Margulies [mailto:bimargul...@gmail.com] Sent: Friday, March 08, 2013 9:53 AM To: Maven Users List Subject: Re

Re: Antwort: Re: Maven Shade Plugin

2013-03-01 Thread Tim Kettler
Am 01.03.2013 08:26, schrieb Jörg Schaible: Hi Tim, Tim Kettler wrote: Am 28.02.2013 19:47, schrieb Joachim Durchholz: Am 28.02.2013 16:24, schrieb Jan Engler: At first: in fact this is only one artifact. The full jar contains all classes of the dependecies, the api a reduced set (using

Re: Antwort: Re: Maven Shade Plugin

2013-02-28 Thread Tim Kettler
Am 28.02.2013 19:47, schrieb Joachim Durchholz: Am 28.02.2013 16:24, schrieb Jan Engler: At first: in fact this is only one artifact. The full jar contains all classes of the dependecies, the api a reduced set (using filtern in the shade plugin). Is there a (conceivable) Maven build that uses

Re: maven-nar-plugin (version?)

2013-01-17 Thread Tim Astle
-lists.html FYI, I subscribed to the google mailing list. Certainly don't mind assisting in the project. Tim On 1/16/2013 4:17 PM, Curtis Rueden wrote: Hi all, We are still unifying the various forks of maven-nar-plugin, so there is no new official release version yet. The maven-nar mailing list

maven-nar-plugin (version?)

2013-01-15 Thread Tim Astle
? Tim

Re: Re: Why does mvn compiile using java 1.3?

2012-11-30 Thread Tim Pizey
behaviour, explicit declaration of version, or you get 1.3. Explicit versioning is what Maven is all about! cheers Tim -- Tim Pizey - http://pizey.net/~timp - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: maven-archetype-simple: JUnit 3.8 is really old.

2012-09-28 Thread Tim Pizey
naming conventions, the Jenkins plugins assume the same conventions. We have been bitten by People using JUnit4 and TestNG and hence skipping tests in Jenkins. I would do not think it would be an improvement to change this. cheers Tim On 28 September 2012 11:25, Olivier Lamy ol...@apache.org

Re: maven-archetype-simple: JUnit 3.8 is really old.

2012-09-28 Thread Tim Pizey
taste I would not move away from a classic version, but I am not fashionable :) If you have not yet used Jenkins have a go: you will not look back. thanks Tim On 28 September 2012 16:08, Steinar Bang wrote: Tim Pizey : Not everyone uses annotations, the surefire plugin requires the JUnit

RE: maven3 snapshots in local repo

2012-09-25 Thread Tim Eck
don't run into issues. /Anders On Tue, Sep 25, 2012 at 12:13 AM, Tim Eck t...@terracottatech.com wrote: Using mvn 3.0.4, when a SNAPSHOT artifact is resolved from a remote repo it seems that my local repository ends up with both a -SNAPSHOT artifact and a timestamped version (the remote end has

maven3 snapshots in local repo

2012-09-24 Thread Tim Eck
Using mvn 3.0.4, when a SNAPSHOT artifact is resolved from a remote repo it seems that my local repository ends up with both a -SNAPSHOT artifact and a timestamped version (the remote end has only timestamped versions). I'm curious if I can rely on this behavior since I have other (non-maven) code

RE: Multi-module site problems: parent pom not downloaded

2012-07-02 Thread Tim Wu T
Hi Maybe you can try adding mirror to make it download only though your repo. Br, Tim -Original Message- From: Laird Nelson [mailto:ljnel...@gmail.com] Sent: Tuesday, July 03, 2012 6:25 AM To: Maven Users List Subject: Multi-module site problems: parent pom not downloaded My apologies

RE: Code coverage report for multi module maven project reports zero in some modules

2012-07-01 Thread Tim Wu T
Hi, I met the same problem with you, now, I use jenkins cobuertural plugin, which will help me generate a whole report, not only include some packages :) Br, Tim -Original Message- From: kfmoh...@uci.edu [mailto:kfmoh...@uci.edu] Sent: Sunday, July 01, 2012 9:51 AM To: Maven Users

maven release plugin with CVS, alternative to CVSPRO for client?

2012-06-27 Thread Tim Dugan
like I'll need CVSNT (now CVSPRO ) as a CVS client. Does anyone know if there is a free / non trial alternative? My company has a policy against using trial versions of software. Thanks! Tim

RE: How to run parallel test suite files in Maven

2012-06-26 Thread Tim Wu T
It seems threadcount and parallel tag is not a correct choice, it only include method, classes and test. Try this: suitethreadpoolsize2/suitethreadpoolsize Br, Tim -Original Message- From: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no] On Behalf Of Kristian

RE: maven dependency plugin and maven 3

2012-06-04 Thread Tim Wu T
Do you know if there is any small tool for us to deploy the 3pp jar into nexus in additional to the nexus gui? Br, Tim Ericsson TIM WU Software Designer CBC/XIT/J 100102, China Phone 84768153 (13153) SMS/MMS +86 13810715183 tim.t...@ericsson.com www.ericsson.com This Communication

RE: maven dependency plugin and maven 3

2012-06-04 Thread Tim Wu T
Hi Anders, Thanks :), my mistake. Br, Tim Ericsson TIM WU Software Designer CBC/XIT/J 100102, China Phone 84768153 (13153) SMS/MMS +86 13810715183 tim.t...@ericsson.com www.ericsson.com This Communication is Confidential. We only send and receive email on the basis of the terms set out

Filters only work in 3.0.4

2012-05-10 Thread Tim Pizey
update to 3.0.4 on the build server, but it would be nice find a configuration which worked on 3.0.3 and 2.x maven as well. cheers Tim -- Tim Pizey - http://pizey.net/~timp - To unsubscribe, e-mail: users-unsubscr

Re: Filters only work in 3.0.4

2012-05-10 Thread Tim Pizey
-resources-plugin/artifactId version2.5/version /plugin /plugins /pluginManagement Does enable the filters to work on 3.0.3 and 3.0.4, have not tested on 2.x cheers Tim -- Tim Pizey - http://pizey.net/~timp

Re: Custom plugin - how to resolve wildcards in excludes/includes

2012-04-25 Thread Tim Drury
Take a look at PlexusUtils' FileUtils class: http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/FileUtils.html Look at the getFileName() methods and variants. They use DirectoryScanner which handles ** wildcards and such. -tim On Wed, Apr 25, 2012 at 1:17 PM, jaybytez

another eclipse multi module vs. flat question

2012-04-20 Thread Tim Dugan
is expected to be widely reusable it should live outside the multi-module...or Any links to references greatly appreciated... Thanks for your input! Tim - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

idea about capture maven output by something other than text logs

2012-04-09 Thread Tim Drury
are missing for this: events are missing timestamps and plugins don't really throw events at all. I'd like to see, e.g., the compiler plugin throw one or more events describing why it ran, what it compiled, and what the results were. Thoughts? -tim

RE: Unable to update index for central|http://repo1.maven.org/maven2

2012-03-30 Thread Tim Wu T
Hi, Pls check the network connection using ping repo1.maven.org Maybe there are some changes in your network. If the result of ping is failure, you need add a proxy in your settgins.xml. Br, Tim -Original Message- From: zhangwujun [mailto:zhangwu...@neusoft.com] Sent: Saturday, March

RE: Avoid constant manual artifact installation in Netbeans

2012-03-16 Thread Tim Wu T
Hi, Maybe you can try assembley plugin, like this: plugin artifactIdmaven-assembly-plugin/artifactId executions execution

Re: Producing 2 jars from same sources with different java version ?

2012-03-16 Thread Tim Pizey
-plugin to produce both jars with different classifiers if possible. Thanks for help, Jeremie I suggest you use profiles then you can specify different compiler options in each profile and invoke with mvn deploy -Pjava15 mvn deploy -Pjava16 cheers Tim -- Tim Pizey - http://pizey.net/~timp

RE: Maven 2 can not use Alternate Doclets

2012-03-12 Thread Tim Wu T
, Tim -Original Message- From: Tim Wu T [mailto:tim.t...@ericsson.com] Sent: Tuesday, March 13, 2012 10:26 AM To: Maven Users List Subject: Maven 2 can not use Alternate Doclets Hi there, I am trying to use maven javadoc plugin generate customized java-doc, I found Maven 3 works well

RE: Dependency in the local repository is ignored

2012-03-06 Thread Drury, Tim
If you already have eclipse projects set up, try running: mvn eclipse:clean eclipse:eclipse -Original Message- From: Alex [mailto:zeita...@googlemail.com] Sent: Tuesday, March 06, 2012 10:28 AM To: users@maven.apache.org Subject: Dependency in the local repository is ignored Dear All,

RE: Cobertura instrumentation in complex projects

2012-03-06 Thread Drury, Tim
that in favor of jacoco which instruments the code on-the-fly via a javaagent running in the container. -tim -Original Message- From: Jim McCaskey [mailto:jim.mccas...@pervasive.com] Sent: Tuesday, March 06, 2012 12:00 PM To: 'users@maven.apache.org' Subject: Cobertura instrumentation in complex

RE: Dependency in the local repository is ignored

2012-03-06 Thread Drury, Tim
If this is a multi-module project, and you run eclipse:eclipse, I'm fairly sure eclipse will resolve the dependency as a project dependency, not a library dependency. Look in your Build Path and select the Project tab to see if the dependent project is there. -Original Message- From:

Re: EventSpy not registered?

2012-03-05 Thread Tim Drury
No, I hadn't but I just did and same result - nothing in the output logs. -tim On Mon, Mar 5, 2012 at 5:56 PM, Olivier Lamy ol...@apache.org wrote: Did you add you jar in $M2_HOME/lib/ext/ ? 2012/3/5 Tim Drury tdr...@gmail.com: I wrote a class that extends maven 3.0.4 AbstractEventSpy

Re: EventSpy not registered?

2012-03-05 Thread Tim Drury
I was missing plexus/components.xml. Got it working now. Thanks, all. -tim On Mon, Mar 5, 2012 at 6:47 PM, Jason van Zyl ja...@tesla.io wrote: Here's a working example of an event spy. You can build it and drop it into the ${m2_home}/lib/ext directory: https://github.com/etesla/tesla

Re: Is it possible to use a jar overlay pattern, like the war overlay?

2012-02-24 Thread Tim Pizey
Thanks, that looks very promising. Tim On 23 February 2012 23:06, Wayne Fay wayne...@gmail.com wrote: What I have done is create  source jar of the first one and unpack that into the second, but it would be really nice to use an overlay plugin, excluding the single resource file and including

Is it possible to use a jar overlay pattern, like the war overlay?

2012-02-23 Thread Tim Pizey
and including a different one. Is there a plugin for that? cheers Tim -- Tim Pizey - http://pizey.net/~timp - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

compiler errors hidden when building Maven project on Jenkins

2012-02-14 Thread Drury, Tim
) issue on Jenkins' Jira: https://issues.jenkins-ci.org/browse/JENKINS-10333 but no action had been taken. Has anyone else seen this? Is this a Jenkins issue or a Maven issue (or both)? -tim Tim Drury Architect SAP Manufacturing Execution (SAP ME) Supply Chain Management SAP Labs, LLC T +1 404 943

RE: compiler errors hidden when building Maven project on Jenkins

2012-02-14 Thread Drury, Tim
And the OP is probably using the evil Maven project type and not a freestyle project with a maven build step I am. Is this bad? -tim - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

How to turn off project assembly generation

2012-02-10 Thread Tim Pizey
Hi, I have seen that the default (in maven 2.2) is now to generate a series of -project.zip, -project.tar.bz2, -project.tar.gz files. I have read the site but cannot figure out how to configure my pom to only produce the .jar outputs. thanks in advance Tim -- Tim Pizey - http://pizey.net

Re: How to turn off project assembly generation

2012-02-10 Thread Tim Pizey
Hi Dennis, Thanks, doh, that will be the explicit configuration I put in some years ago! I have removed all explicit configuration of the assembly plugin and it is back to expected behaviour. thanks again Tim On 10 February 2012 19:10, Dennis Lundberg wrote: Hi Tim Maven does not produce

RE: Release perform met exception because of strange project structure.

2012-01-20 Thread Tim Wu T
Hi Wayne, I had changed the project structure now, it works well. Thanks for your comments. Brs, Tim -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Saturday, January 21, 2012 12:30 AM To: Maven Users List Subject: Re: Release perform met exception because

Release perform met exception because of strange project structure.

2012-01-19 Thread Tim Wu T
is in the sub-folder, so the error happens. Do you have any idea for this? If I should change the structure or if there is other method can solve this? Brs, Tim

RE: skip cobertura for a module

2011-12-12 Thread Drury, Tim
is definitely running on this module. -tim -Original Message- From: Jim McCaskey [mailto:jim.mccas...@pervasive.com] Sent: Monday, December 12, 2011 2:20 PM To: 'users@maven.apache.org' Subject: skip cobertura for a module Hello all, I tried posting this on the codehaus user list

Maven Project - in repository or in current modular project

2011-11-02 Thread Tim Mickelson
to put the peaces together. Any link to documentation is welcome, all I can find is to simple from e.g. the maven site or the complete guide. Tim

Re: Maven Project - in repository or in current modular project

2011-11-02 Thread Tim Mickelson
then I will give an exhausted explanation how I went about it so that future users searching this thread see me through. Tim On 02/11/2011 10.15, Stephen Connolly wrote: On 2 November 2011 09:06, Tim Mickelsonmickel...@ietservizi.it wrote: I want to write a plugin to maven that copies

Re: Maven Project - in repository or in current modular project

2011-11-02 Thread Tim Mickelson
artifact.getFile(); } } } return null; If you get a null file back or if the file does not exist fall back to resolving from the local/remote repos On 2 November 2011 09:52, Tim Mickelsonmickel...@ietservizi.it wrote: Thanks, I think I've understood your strategy, that immediately brings me

Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-21 Thread Tim Pizey
and simply install Nexus on a Windows box in your office. ;-) Wayne - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Tim Pizey - http

How to use latest versions of all dependencies and plugins

2011-08-20 Thread Tim Pizey
is the right way now to cover the developers use case where I want to discover and use the latest version of everything, see what breaks, fix and upgrade to latest. I can see that using LATEST was not the right solution, is there a command line flag? cheers Tim -- Tim Pizey - http://pizey.net

Re: How to use latest versions of all dependencies and plugins

2011-08-20 Thread Tim Pizey
On 20 August 2011 10:45, Ansgar Konermann ansgar.konerm...@googlemail.com wrote: Am 20.08.2011 11:37 schrieb Tim Pizey tim.pi...@gmail.com: Hi, I see from https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-PluginMetaversionResolution Plugin

Re: How to run tests in jetty

2011-05-18 Thread Tim Pizey
of the plugin cheers Tim -- Tim Pizey - http://pizey.net/~timp Centre for Genomics and Global Health - http://cggh.org - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: Maven 3.0.3 hanging / having timeouts often?

2011-05-12 Thread Tim Pizey
a build), then ^C seems to get maven to continue doing what it was doing and eventually end with success... Me too, on win7/cygwin. I thought it was a cygwin problem. cheers -- Tim Pizey - http://pizey.net/~timp Centre for Genomics and Global Health - http://cggh.org

Maven3 missing dependency message is no longer helpful

2011-05-10 Thread Tim Pizey
Hi, In Maven2 when a dependency could not be found in any repository then there was a helpful message giving the command to install locally of deploy to your repository. Please can we have it back? cheers Tim -- Tim Pizey - http://pizey.net/~timp Centre for Genomics and Global Health - http

Re: Maven3 missing dependency message is no longer helpful

2011-05-10 Thread Tim Pizey
On 10 May 2011 10:42, Tim Pizey wrote: Hi, In Maven2 when a dependency could not be found in any repository then there was a helpful message giving the command to install locally of deploy to your repository. Please can we have it back? How can one now deploy to a repository using scp from

Re: search.maven.org working for you

2011-05-06 Thread Tim
Works fine for me on an MBP downforeveryoneorjustme also says it's down. Probably just a bug on their end. On Fri, May 6, 2011 at 9:03 AM, John Patrick nhoj.patr...@gmail.com wrote: Just wondering anyone else using a Mac, if so does http://search.maven.org/ display anything for you when you

Re: overriding goal's configuration from command line?

2011-04-14 Thread Tim Kettler
Hi, you can look that up in the documentation of the goal [1]. If an expression is defined for a parameter that is what you can use as a property on the commandline. In your example: -Dmaven.compiler.source=1.5 -Tim [1] http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html

Re: Reuse of configuration

2011-04-12 Thread Tim Kettler
in a profile in a parent pom and activate it when building a child. This will work just like you would expect. thanks Emeson -Tim - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: How to get my plugin to execute in a particular phase?

2011-04-12 Thread Tim Kettler
somewhere, either in the projects pom or in a parent. The only way around this is to create a custom packaging [2] and bind the goal to a lifecycle phase for the packaging Cheers, Hilco -Tim [1] http://maven.apache.org/developers/mojo-api-specification.html [2] http://www.sonatype.com/books

Re: Missing artifact org.apache.cxf

2011-04-12 Thread Tim Kettler
the maven-bundle-plugin to the plugins section of your pom and add extensiontrue/extension to make maven aware of the non standard packaging. -Tim Am 12.04.2011 14:45, schrieb Anders Hammar: There is no such artifact with packaging 'bundle' I believe. You should probably change to 'jar'. Where

Re: Missing artifact org.apache.cxf

2011-04-12 Thread Tim Kettler
a look. -Tim Am 12.04.2011 15:32, schrieb HIRRI El Houssein Amine: Dear Stuart McCulloch, I already use org.apache.cxf cxf-bundle 2.3.3 in my file (you can check the attached file to my previous post), and the problem persist, but when I add the plugin 'maven-bundle

Re: pluginManagement is confusing me..

2011-04-11 Thread Tim Kettler
. To actually execute a plugin you need to reference it in the buildplugins section of a (inheriting) pom or, as you have propably done invoke it explicitly via 'mvn myplugin:mygoal'. Either way, the configuration from the pluginManagement section is picked up. -Tim Am 11.04.2011 08:18, schrieb

Re: Default phase of a plugin

2011-04-11 Thread Tim Kettler
all the previous phases of it. You've got that wrong. 'package' isn't a *goal* but a *phase* in the default build lifecyle [1]. When you invoke a phase, all phases before are executed, too. Thanks --Amaresh -Tim [1] http://maven.apache.org/guides/introduction/introduction

Re: source:jar includes resources; source:test-jar does not; similarly fo jar:jar and jar:test-jar

2011-04-11 Thread Tim Kettler
for the jar plugin. Makes sense to me. How do I fix these issuse If you absolutely need to include the non-test resources the best way to go is probably to use the assembly plugin and create a custom assembly descriptor. -Tim

Re: Can no longer deploy project artifacts using maven3

2011-04-06 Thread Tim Pizey
Hi Marc, On 6 April 2011 09:52, Marc Rohlfs wrote: Tim, I hope You don't mind the question, but did You add the the wagon jar to the MAVEN_HOME/lib directory on Your Hudson server, too? Thanks, no, I had not. I have now, and it still does not work: http://jenkins.paneris.net/job/melati/138

Re: Can no longer deploy project artifacts using maven3

2011-04-06 Thread Tim Pizey
message and a NPE) You do not need an extension section for M2 or M3. Thanks for your help, I would welcome the ssh wagon being part of the default install. cheers Tim -- Tim Pizey - http://pizey.net/~timp Centre for Genomics and Global Health - http://cggh.org

Re: Can no longer deploy project artifacts using maven3

2011-04-06 Thread Tim Pizey
to distribute my artifacts. Why not have a default repo generated as part of the site plugin? thanks for the great help Tim On 6 April 2011 13:23, Jason van Zyl ja...@sonatype.com wrote: If this is for a Sourceforge (I saw Webmacro in there)  project then the route that many have gone

Re: Can no longer deploy project artifacts using maven3

2011-04-06 Thread Tim Pizey
Hi Jason, thank you for your detailed reply. On 6 April 2011 13:59, Jason van Zyl wrote: On Apr 6, 2011, at 8:33 AM, Tim Pizey wrote: Hi Jason, Marc, Thankyou for your help. I am now back to working for M2 and M3, but it looks like I need to get with the plot and use Nexus. I have

  1   2   3   4   5   6   7   8   9   >