Re: maven-deploy pulling extraneous dependency's metadata?!

2024-07-10 Thread Tim Allison
the same stuff INSTALLed as well, see line 32! > Looking more... > > > On Wed, Jul 10, 2024 at 9:44 PM Tim Allison wrote: > > > Apache Maven 3.9.7 (8b094c9513efc1b9ce2d952b3b9c8eaedaf8cbf0) > > Maven home: /apache/apache-maven-3.9.7 > > Java version: 11.0.23, vendor

Re: maven-deploy pulling extraneous dependency's metadata?!

2024-07-10 Thread Tim Allison
Sorry, should have been dev@tika earlier, not private@tika. I rolled back the deploy-plugin to 3.1.1, which was successful for our last deployment of 2.9.2. That worked then. It does not work now with this new tika-grpc module. On Wed, Jul 10, 2024 at 3:42 PM Tim Allison wrote: > Apache Ma

Re: maven-deploy pulling extraneous dependency's metadata?!

2024-07-10 Thread Tim Allison
sing? And what java version? > Will try to reproduce. > > T > > On Wed, Jul 10, 2024, 20:56 Tim Allison wrote: > > > Hi All, > > I'm sure this is user error. I recently tried to deploy Apache Tika > with > > maven-deploy-plugin:3.1.2. > > I'm ha

maven-deploy pulling extraneous dependency's metadata?!

2024-07-10 Thread Tim Allison
Hi All, I'm sure this is user error. I recently tried to deploy Apache Tika with maven-deploy-plugin:3.1.2. I'm having a problem with deploying a new module we just added. Our repo is here: https://github.com/apache/tika I see the usual download/upload pattern, but then after the final download

surefire and system.exit

2021-07-28 Thread Tim Allison
nd? Thank you. 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
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 Stutt

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 "acti

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 beh

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 wrote: > Maven 2 and Maven 3 both

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

2018-05-23 Thread Tim Astle
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

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

2016-02-03 Thread Tim Wu T
g+w,a+rX /proj/webdocs/hello/root/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: Avoi

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

classifier on test artifact

2014-12-19 Thread Tim Williams
. I've tried adding the classifier 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.apach

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-28 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

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 to

Try to find 2.0.11-SNAPSHOT-site_en.xml

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

RE: Maven sure fire plugin npe problem.

2014-04-27 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 on

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 d

RE: Maven sure fire plugin npe problem.

2014-04-26 Thread Tim Wu T
lt 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

Maven sure fire plugin npe problem.

2014-04-24 Thread Tim Wu T
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

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 &g

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: New logo?

2014-01-14 Thread Tim Pizey
>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> >2014/1/9 Mark H. Wood >>>> > >>>> >> On Thu, Jan 09, 2014 at 09:32:54AM -0600, Curtis Rueden wrote: >>>> >&

Re: New logo?

2014-01-05 Thread Tim Pizey
2013 22:26, Stephen Connolly < >> > >>> stephen.alan.conno...@gmail.com> wrote: >> > >>> >> > >>>> I think we can't go with the raven >> > >>>> >> > >>>> http://www.prweb.com/releases

Re: New logo?

2014-01-05 Thread Tim Pizey
>> the A always a different colour, historic Ant reference? ) >> >> >> >> On 3 Jan 2014, at 2:18, Stephen Connolly wrote: >> >> >> >> > As 9 is particularly problematic I have sketched -14 which is n

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 c

Re: Release Plugin doesn't commit poms correctly anymore

2013-09-20 Thread Tim Kettler
eas are much welcome. 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.codehau

RE: Maven Assembly plugin is not working when install

2013-09-01 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:rot

Maven assembly single goal not works.

2013-07-30 Thread Tim Wu T
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 L

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 wrote: > Hi there, >

How to curtomize the maven release plugin upload jars?

2013-04-01 Thread Tim Wu T
ater, when 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: maven-source-plugin questions

2013-03-18 Thread Tim Kettler
ate a full source distribution to build your project from. Thanks, K -Tim [1] http://maven.apache.org/plugins/maven-source-plugin/jar-no-fork-mojo.html - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additiona

Re: Unpacking jars into target/classes

2013-03-08 Thread Tim Kettler
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 with solving a proble

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: 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: 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
/mail-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 ma

maven-nar-plugin (version?)

2013-01-15 Thread Tim Astle
deployed to the Apache Maven Repos? Tim

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

2012-11-30 Thread Tim Pizey
r of maintaining the current 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...@

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 s

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 wrote: >

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 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 on

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
ases-maven-0 ) it looks 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-25 Thread Tim Wu T
It seems threadcount and parallel tag is not a correct choice, it only include "method, classes and test. Try this: 2 Br, Tim -Original Message- From: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no] On Behalf Of Kristian Rosenvold Sent: Tuesday, June 26, 2012

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

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 is

Re: Filters only work in 3.0.4

2012-05-10 Thread Tim Pizey
the build server, but it would be nice find a > configuration which worked on 3.0.3 > and 2.x maven as well. > org.apache.maven.plugins maven-resources-plugin 2.5 Does enable the to work on 3.0.3 and 3.0.4, have not tested on 2.x cheers T

Filters only work in 3.0.4

2012-05-10 Thread Tim Pizey
but these do not seem to have had any effect. I can 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

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:

another eclipse multi module vs. flat question

2012-04-20 Thread Tim Dugan
dependent on lib_a should live here? When does it end? Or perhaps if "lib_a" 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 -

idea about capture maven output by something other than text logs

2012-04-09 Thread Tim Drury
ly - perhaps using Eclipse GEF. A few things 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: Producing 2 jars from same sources with different java version ?

2012-03-16 Thread Tim Pizey
-15 and target/classes-16), then would use 2 executions of > maven-jar-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 mv

RE: Avoid constant manual artifact installation in Netbeans

2012-03-15 Thread Tim Wu T
Hi, Maybe you can try assembley plugin, like this: maven-assembly-plugin GG

RE: Maven 2 can not use Alternate Doclets

2012-03-12 Thread Tim Wu T
jar I just curious, if I do not add this, what will happen? Br, Tim -Original Message- From: Tim Wu T [mailto:tim.t

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: A

RE: Cobertura instrumentation in complex projects

2012-03-06 Thread Drury, Tim
ocess of scrapping all 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' Subje

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: 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 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/etes

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 wrote: > Did you add you jar in $M2_HOME/lib/ext/ ? > > 2012/3/5 Tim Drury : > > I wrote a class that extends maven 3.0.4 AbstractEventSpy and simp

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 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 resou

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

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 additi

compiler errors hidden when building Maven project on Jenkins

2012-02-14 Thread Drury, Tim
erify this). I found a similar (possibly the same) 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

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

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: 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 of

Release perform met exception because of strange project structure.

2012-01-19 Thread Tim Wu T
the pom 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
at cobertura 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

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

2011-11-02 Thread Tim Mickelson
{ return 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 Mickelson wrote: Thanks, I think I've understood your strategy, that immedi

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

2011-11-02 Thread Tim Mickelson
my problem 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 Mickelson wrote: I want to write a plugin to maven that copies the flex modu

Maven Project - in repository or in current modular project

2011-11-02 Thread Tim Mickelson
where I want 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: Problems with MAVEN's-ANT on OpenVMS

2011-10-21 Thread Tim Pizey
roach 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

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 wrote: > > Am 20.08.2011 11:37 schrieb "Tim Pizey" : >> >> Hi, >> >> I see from >> https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-PluginMetaversionResolution >

How to use latest versions of all dependencies and plugins

2011-08-20 Thread Tim Pizey
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/~timp Centre for

Re: How to run tests in jetty

2011-05-18 Thread Tim Pizey
in Automatic execution 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-m

Re: Maven 3.0.3 hanging / having timeouts often?

2011-05-12 Thread Tim Pizey
;hangs', using maven 3.0.2 and artifactory > 2.3.1 (sometimes when running maven site, sometimes performing 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. ch

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

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: 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 wrote: > Just wondering anyone else using a Mac, if so does > http://search.maven.org/ display anything for you when you click > Search, or Adva

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: Missing artifact org.apache.cxf

2011-04-12 Thread Tim Kettler
good reason to do so. The attachment you sent was stripped from your mail somewhere and didn't reach the list. If you haven't got it working by now, you can paste it to pastebin.com and share the link, so that we can have a look. -Tim Am 12.04.2011 15:32, schrieb HIRRI El Houssein Am

Re: Missing artifact org.apache.cxf

2011-04-12 Thread Tim Kettler
; artifact you need to add the maven-bundle-plugin to the section of your pom and add true 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 ch

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

2011-04-12 Thread Tim Kettler
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/mvnref-book/reference/writing-plugins-se

Re: Reuse of configuration

2011-04-11 Thread Tim Kettler
ted config 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,

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

2011-04-11 Thread Tim Kettler
es 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 - To unsubscribe,

Re: Default phase of a plugin

2011-04-11 Thread Tim Kettler
ycle phase then how mvn package executes 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] htt

Re: is confusing me..

2011-04-10 Thread Tim Kettler
you need to reference it in the section of a (inheriting) pom or, as you have propably done invoke it explicitly via 'mvn myplugin:mygoal'. Either way, the configuration from the section is picked up. -Tim Am 11.04.2011 08:18, schrieb amaresh mourya: But its in section. maven doc

  1   2   3   4   5   6   7   8   9   10   >