[mule-user] Environment dependant and independent modules question

2009-02-02 Thread John Prystash
Hi, I have a couple best practices questions. My project setup is a parent with two modules, I'll call them core and container. The core module has all the core logic. The container module depends on it and packages everything up via the assembly plugin for distribution. The core is

Maven deploy project on a server different from remote repo server

2009-02-02 Thread Qureshi,Shahzad [Ontario]
Hi all, Here is the situation. Our internal remote repository is on server1 and my application that will require some of the jars sitting on the remote repo is on server2. Now my application is in jar format (created using maven) and is used by a web coldfusion based application. Now, do I

Archiva and Maven 2.0.9, defect POM

2009-02-02 Thread Michael Hüttermann
Hello, I use Maven 2.0.9 and Archiva 1.1.1. In my environment the central proxy repository Archiva has a defect entry for \internal\org\apache\maven\maven\2.0.9. After some manual and suboptimal work there only dummy data garbage is existing in that folder. Actually after installing Archiva the

RE: RE: nexus can't find maven-archetype-plugin?

2009-02-02 Thread Brian E. Fox
You will have trouble getting snapshots with your settings because you are only mirroring central which is not enabled for snapshots. You want to use something like this: settings mirrors mirror mirror !--This sends everything to /public -- idnexus/id

RE: Maven deploy project on a server different from remote repo server

2009-02-02 Thread Brian E. Fox
You could use the assembly plugin to produce a bundle with the dependencies. Or you could patch something together with dependency:copy-dependencies and dependency:build-classpath -Original Message- From: Qureshi,Shahzad [Ontario] [mailto:shahzad.qure...@ec.gc.ca] Sent: Monday, February

Re: pde build with maven

2009-02-02 Thread Jason van Zyl
Igor and I will eventually synchronize many of the changes but Tycho currently does work as we use it for m2eclipse everyday. Tycho is in active development. I don't believe Dan is working on the PDE plugin anymore but he can correct me if that's not right. On 2-Feb-09, at 6:38 AM,

Re: Archiva and Maven 2.0.9, defect POM

2009-02-02 Thread Jason van Zyl
We have tools that would allow you to do this very quickly. Tools for separate a repository into a proper snapshot/release repository and from that point a few configuration changes and you're done. I took Matt Raible's Appfuse repository and flipped it into Nexus in less the 30 minutes.

Re: Archiva and Maven 2.0.9, defect POM

2009-02-02 Thread Wendy Smoak
On Mon, Feb 2, 2009 at 9:45 AM, Michael Hüttermann mich...@huettermann.net wrote: I use Maven 2.0.9 and Archiva 1.1.1. In my environment the central proxy repository Archiva has a defect entry for \internal\org\apache\maven\maven\2.0.9. After some manual and suboptimal work there only dummy

RE: Archiva and Maven 2.0.9, defect POM

2009-02-02 Thread Hoover, William
Once you have deleted the directory from disk you will have to update the database (admin: database update database now) and scan your repository (admin: repositories scan repository now). -Original Message- From: Michael Hüttermann [mailto:mich...@huettermann.net] Sent: Monday,

Re: OSGi and MEF (.NET) comparision?

2009-02-02 Thread Rusty Wright
They do update the spec: http://www.osgi.org/Specifications/HomePage Maybe someone in the working groups is keeping an eye on the competition: http://www.osgi.org/WG/HomePage Mark Derricutt wrote: 'lo all, Earlier today I was listening to the latest Hanselminutes podcast [1] with Glenn

5 minute guide - Incorrect documentation/documentation improvement?

2009-02-02 Thread Martijn Verburg
Hi all, I recently gave a talk on Maven to the Java London Users group. One small thing I noticed while researching is that the instructions at: http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html talk about using mvn archetype:create Since that is now deprecated in

RE: [SPAM] RE: Maven deploy project on a server different from remote repo server

2009-02-02 Thread Sommers, Elizabeth
I am doing something like this using dependency:unpack-dependencies at the generate-resources phase. This way I don't have to think about a jar of jars or classpath. -Original Message- From: Brian E. Fox [mailto:bri...@reply.infinity.nu] Sent: Monday, February 02, 2009 12:19 PM To:

Re: pde build with maven

2009-02-02 Thread Dan Tran
Jason is correct, I am no longer working with PDE plugin since I dont have direct working environment with eclipse PDE any more. -D On Mon, Feb 2, 2009 at 9:30 AM, Jason van Zyl jvan...@sonatype.com wrote: Igor and I will eventually synchronize many of the changes but Tycho currently does work

RE: Maven for the internet afraid

2009-02-02 Thread Chris Helck
Could you clarify the security requirement? It sounds like you don't want unverified jars entering the development space. Is this correct? We have simple production builds (no site, no reports). My maven1 cert repository has 210 jar files, 150 of them are external. How are you going to

[maven-user] Environment dependant and independent modules question

2009-02-02 Thread John Prystash
Meant to prefix this email with maven-user, my apologies. From: John Prystash stash1...@yahoo.com To: Maven Users List users@maven.apache.org Sent: Monday, February 2, 2009 10:08:53 AM Subject: [mule-user] Environment dependant and independent modules question

RE: Archiva and Maven 2.0.9, defect POM

2009-02-02 Thread Hoover, William
We had similar issues with archiva. These type of issues were resolved when we went to http://nexus.sonatype.org/ -Original Message- From: Michael Hüttermann [mailto:mich...@huettermann.net] Sent: Monday, February 02, 2009 11:45 AM To: users@maven.apache.org Subject: Archiva and Maven

pde build with maven

2009-02-02 Thread Christopher Klewes
Hi, i want to setup my rcp project with a maven build. so first i want to build succesfully the example from the pde-maven-plugin site. i started by downloading the following eclipse sdk and delta pack: - eclipse-3.4.1-delta-pack.zip - eclipse-RCP-SDK-3.4.1-win32.zip i read through the

Oddness with release:prepare

2009-02-02 Thread James CE Johnson
This is with maven 2.0.9 on Solaris 10 with Java 1.6.0_11 I have a project laid out thusly: myproject/pom.xml myproject/myproject-pom/pom.xml myproject/myproject-api/pom.xml myproject/myproject-common/pom.xml myproject/myproject-console/pom.xml The top-level pom is a minimal parent pom whose

RE: Archiva and Maven 2.0.9, defect POM

2009-02-02 Thread Michael Hüttermann
Thanks, but migrating the tooling is not a solution strategy for us. Any ideas to solve that issue? Thanks !!! We had similar issues with archiva. These type of issues were resolved when we went to http://nexus.sonatype.org/ -Original Message- From: Michael Hüttermann

Issue with ArtifactHandler in reactor builds

2009-02-02 Thread Jason Chaffee
I am having an issue on 2.0.9. Basicallly, I have a custom plugin that has it's own packaging type and creates a file of it's own extension type. This only happens if I run a reactor build. If run maven in that project, it works correctly. For example, packagingmy-bundle/packaging will

RE: Issue with ArtifactHandler in reactor builds

2009-02-02 Thread Jason Chaffee
I am having an issue on 2.0.9. Basicallly, I have a custom plugin that has it's own packaging type and creates a file of it's own extension type. This only happens if I run a reactor build. If run maven in that project, it works correctly. For example, packagingmy-bundle/packaging will

Re: pde build with maven

2009-02-02 Thread Konstantin Domoratskyy
Hi, my recomendation for rcp build with maven is tycho maven: e.g. http://docs.codehaus.org/display/M2ECLIPSE/Tycho+project+overview But you must be ready the project configuration with tycho differs often from normal Maven one. Gruß, Konstantin --- Hi, i want to setup my rcp

Re: 5 minute guide - Incorrect documentation/documentation improvement?

2009-02-02 Thread Wayne Fay
Since that is now deprecated in favour of archetype:generate, should the documentation be updated to use the non deprecated project creation method? All Maven bugs, including those in documentation, go in JIRA... Wayne - To

Re: 5 minute guide - Incorrect documentation/documentation improvement?

2009-02-02 Thread Barrie Treloar
On Tue, Feb 3, 2009 at 10:34 AM, Wayne Fay wayne...@gmail.com wrote: Since that is now deprecated in favour of archetype:generate, should the documentation be updated to use the non deprecated project creation method? All Maven bugs, including those in documentation, go in JIRA... And if you

Re: How to override src/site for site doc inputs?

2009-02-02 Thread Merv Green
Simply enough, ... plugin artifactIdmaven-site-plugin/artifactId configuration siteDirectorysite/siteDirectory /configuration /plugin ... I doubt, however, that this is really what you're looking for. At risk

Re: Maven for the internet afraid

2009-02-02 Thread Merv Green
Chris Helck wrote: Could you clarify the security requirement? It sounds like you don't want unverified jars entering the development space. Is this correct? That is essentially correct. - To unsubscribe, e-mail:

Resources Plugin - is it possible to filter my.filters in dependency.jar ?

2009-02-02 Thread Michael Lange
Hi, is it possible to filter my.filters in a .jar (one of those referenced with dependency) ? Regards Michael - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: