Re: Timeout for Archiva Repository

2012-12-12 Thread Andreas Ermrich
Right. Tank you so far... 2012/12/11 Olivier Lamy > The best is to ask such archiva specific questions on archiva mailing > list (see http://archiva.apache.org/mail-lists.html) > > > 2012/12/11 Andreas Ermrich : > > Hi Olivier, > > > > thanks for sharing this link. But that was not what I wante

Error resolving parent pom (descriptor?) with site plugin

2012-12-12 Thread Dan Rollo
Hi, I'm seeing something I can't figure out, and wondering if this is a known issue. I have a multi-module maven project, which has as its parent a shared corporate pom (in a totally different source bank location). I can build this project successfully via "mvn package". However, when I t

Maven 3.0.4 + Maven Project + Modules

2012-12-12 Thread Marcos Mendez
Does anyone know to get children modules as MavenProjects? I'm building a plugin. I've already created something to find the parent project from any child project. Now I want to find a specific project by group and artifact ids. So I need to traverse the hierarchy from any child module. I can

Re: deploy plugin in offline mode

2012-12-12 Thread Alon Bar-Lev
On Wed, Dec 12, 2012 at 9:50 PM, Alon Bar-Lev wrote: > Hello, > > But then I need to know what artifacts exists and create explicit dependency. > > What I like in the deploy phase is that I don't need to know anything > of the project in order to extract the artifacts... > > I guess I am returning

Re: deploy plugin in offline mode

2012-12-12 Thread Alon Bar-Lev
Hello Ron, I do not understand your suggestion, can you elaborate? Regards, Alon On Thu, Dec 13, 2012 at 12:50 AM, Ron Wheeler wrote: > Nexus - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands

Re: deploy plugin in offline mode

2012-12-12 Thread Ron Wheeler
Could you not install Nexus locally and use that off-line. Ron On 12/12/2012 2:50 PM, Alon Bar-Lev wrote: Hello, But then I need to know what artifacts exists and create explicit dependency. What I like in the deploy phase is that I don't need to know anything of the project in order to extra

Re: deploy plugin in offline mode

2012-12-12 Thread Alon Bar-Lev
Hello, But then I need to know what artifacts exists and create explicit dependency. What I like in the deploy phase is that I don't need to know anything of the project in order to extract the artifacts... I guess I am returning to the initial question, why can't the deploy plugin support file:

Re: deploy plugin in offline mode

2012-12-12 Thread Anders Hammar
Well, create a separate module for doing this. Don't do everything in one project. /Anders On Wed, Dec 12, 2012 at 4:16 PM, Alon Bar-Lev wrote: > Thanks for the quick answer! > > Correct me if I am wrong but this copies dependencies and not the > built artifacts. > It is exactly the opposite o

Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-12-12 Thread jagadeesh k kothuri
Eyal Goren gmail.com> writes: > > Hi, > > Problem resolved- I forgot to tell it to use the profile for Linux, and the > definitions of the nar plugin were in the profile. > > I used the most updated code (I think it was 2.0-SNAPSHOT). any how- I took > the most updated code. > > -- > View thi

Re: Appending to a maven property

2012-12-12 Thread Billy Newman
I found that you ca access the active profiles via properties: ${project.activeProfiles[0].id} Unfortunately I do not have any idea which profiles, nor how many will be active. I tried: ${project.activeProfiles.id} Hoping that I would get the id of all active profiles running but that did not wo

Re: Not able to fetch jira report with Maven-Changes-Plugin (version 2.8)

2012-12-12 Thread Benson Margulies
Please open a JIRA. On Wed, Dec 12, 2012 at 12:24 AM, Poulomy Ganguly wrote: > > Hi there, > > We used to fetch jira report with the help of maven-changes-plugin > (version 2.6). Now we have upgraded jira to version 5.1.2 and also upgraded > the maven-changes-plugin version 2.8. > While running

Re: deploy plugin in offline mode

2012-12-12 Thread Alon Bar-Lev
Thanks for the quick answer! Correct me if I am wrong but this copies dependencies and not the built artifacts. It is exactly the opposite of deploy... I need to copy only artifacts built... Regards, Alon On Wed, Dec 12, 2012 at 3:18 PM, Anders Hammar wrote: > You can use the copy-dependencies

Not able to fetch jira report with Maven-Changes-Plugin (version 2.8)

2012-12-12 Thread Poulomy Ganguly
Hi there, We used to fetch jira report with the help of maven-changes-plugin (version 2.6). Now we have upgraded jira to version 5.1.2 and also upgraded the maven-changes-plugin version 2.8. While running the command mvn site:site, I am getting the following error: [INFO] Generating "JIRA Repo

Re: deploy plugin in offline mode

2012-12-12 Thread Anders Hammar
You can use the copy-dependencies goal of the dependency plugin and use the useRepositoryLayout parameter. /Anders On Wed, Dec 12, 2012 at 11:32 AM, Alon Bar-Lev wrote: > Hello, > > I saw some corresponding regarding this subject, but saw now solution. > > I would like to create a local reposit

deploy plugin in offline mode

2012-12-12 Thread Alon Bar-Lev
Hello, I saw some corresponding regarding this subject, but saw now solution. I would like to create a local repository of a specific project. Up until now I used the deploy plugin to achieve that. mvn -D altDeploymentRepository=install::default::file://$(targetdir)/maven deploy This was great,

maven-versions-plugin and non aggregator "multi-module" projects

2012-12-12 Thread motes motes
I have a bunch of projects that all specify the same parent and inherit the parent version. But the parent does not list the corresponding projects as sub-modules hence its not an aggregator. I need to use the maven-version-plugin: http://mojo.codehaus.org/versions-maven-plugin/update-child-module