Re: Custom Plugin adding project dependencies to Plugin classpath

2012-05-04 Thread Wayne Fay
> How do I enhance my plugin classpath with the project dependencies? I found > some old posts none of them seem to work. Can you not specify them yourself manually? If the plugin needs them, it needs to declare that somewhere so Maven can provide them at the proper time. Wayne -

Re: 409 Conflict - snapshots/releases repositories

2012-05-04 Thread Vitor Miranda
Hey! Yeah, I'm using artifactory, and I'll post on their list, thanks for the advice. But just for the record, I've found something interesting: If I mark my snapshots repo to handle releases, I don't get the 409. Looks like Maven can then search for the artifacts there without problems. If the

Re: 409 Conflict - snapshots/releases repositories

2012-05-04 Thread Olivier Lamy
Hi, The best is to ask artifactory (it looks to be the mrm you use) mailing list. 2012/5/4 Vitor Miranda : > The error: > > "ArtifactDescriptorException: Failed to read artifact descriptor for > javax.faces:jsf-api:jar:1_1_01: ArtifactResolutionException: Could not > transfer artifact javax.faces:

jsr311-api doesn't include.

2012-05-04 Thread Mauricio Ferreyra
Hi all, I am trying to create a restful application to deploy on a websphere. The version of was that I'm using doesn't support the specification jsr311. So, I want to add the jars on the /lib of the project, but when I do a mvn package maven leave out the jar in the war. Do you know that maven d

409 Conflict - snapshots/releases repositories

2012-05-04 Thread Vitor Miranda
The error: "ArtifactDescriptorException: Failed to read artifact descriptor for javax.faces:jsf-api:jar:1_1_01: ArtifactResolutionException: Could not transfer artifact javax.faces:jsf-api:pom:1_1_01 from/to snapshots-repo ( http://ip/artifactory/snapshots-repo): Failed to transfer http://ip/artif

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

2012-05-04 Thread Ron Wheeler
Having dependencies on Eclipse projects can be problematic. 1) If you think that the problems is Eclipse related, you might want to try Springframework's Eclipse STS. It comes with everything that you need to use maven to build Java projects. 2) What Repo server are you using? It is highly re

[ANN] Buildnumber Maven plugin 1.1 Released

2012-05-04 Thread Olivier Lamy
Hi, The Mojo team is pleased to announce the release of the Buildnumber Maven plugin version 1.1 This mojo is designed to get a unique build number for each time you build your project. http://mojo.codehaus.org/buildnumber-maven-plugin/ To get this update, simply specify the version in your pro

RE: How can I trigger a makefile through Maven? is there any plugin for this?

2012-05-04 Thread bettypop
Actually there are existing makefiles that we want to use, instead of converting them again into xml files. So I want to know how I can use my makefiles in Maven. I read up on the *Maven Make Orchestration Plugin*. But there are very less resources on the net about it. Can anyone throw some light o

Re: Recompile dependencies

2012-05-04 Thread Anders Hammar
Not sure if I understand your problem correctly as your mixing some Maven terms. But, if the scenario is that you have a Maven project with a few dependencies (not modules). If there changes in the projects that create the artifacts that you have a dependency to, then you need to re-build those pr

Re: excluding a file inside a jar while building a war file

2012-05-04 Thread Karl Heinz Marbaise
Hi, > hi, actually the jar has structure as: > resources/folder1/file1.xml > resources/folder2/file2.xml > resources/folder2/file3.xml > > Now i include this jar as a dependency for 3 different wars and for each > war in need to include only either file1.xml OR file2.xml OR file3.xml > > Could

Re: excluding a file inside a jar while building a war file

2012-05-04 Thread pranay agarwal
hi, actually the jar has structure as: resources/folder1/file1.xml resources/folder2/file2.xml resources/folder2/file3.xml Now i include this jar as a dependency for 3 different wars and for each war in need to include only either file1.xml OR file2.xml OR file3.xml Could you please tell how to

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

2012-05-04 Thread Jörg Hohwiller
Hi Daniel, thank you for your help and response... > You're talking about missing dependencies to libraries, not Maven modules, it > that correct? No. I mean internal dependencies to my own artefacts not external libraries. Or in other words dependencies on eclipse projects. > > Did you try go