Re: [m2] repositories entry is being ignored

2005-08-14 Thread Jason Grant
OK, solved it. My repository was called 'central', and so is the default maven repository. This is related to: http://jira.codehaus.org/browse/MNG-479

[m2] Application Assembly

2005-08-14 Thread Daniel Krisher
I recently made the jump from Ant to Maven (2.0-beta snapshot), and I must say that I am very impressed. Having never used Maven before, it only took a couple of hours to set up a fairly complex multi-module build process. We had spent a significant amount of time attempting to engineer a

Re: [m2] Application Assembly

2005-08-14 Thread Brett Porter
Hi Daniel, This sounds like a reasonable request. There are two things I can think of: - create an assembly type that is just the directory - pass a flag to the assembly plugin to not create the archive The second would be preferable if at some point you intend to use the archive to distribute.

Re: [m2] MavenRunner for Eclipse q?

2005-08-14 Thread Brett Porter
On 8/12/05, Alexander Azarov [EMAIL PROTECTED] wrote: 1. How may I make maven2 plugin from jars? I mean I have no source code, but need to build up a plugin from the jar files I have. Is it possible? You are building an Eclipse plugin? I think you'll want to use the upcoming Maven2 OSGi plugin

[M2] Requesting an example of a POM plugin entry for M2 plugin that allows the inclusion and exclusion of artifacts, and works

2005-08-14 Thread Andy Glick
So far using M2 2.0-alpha-3, I have made many vain attempts to construct XML syntax that would successfully configure a plugin that accepts includes and excludes directives to ACTUALLY use the specifications. So far, not 1 has worked. I've found some example POMs in various repositories, but

Re: [m2] Application Assembly

2005-08-14 Thread Daniel Krisher
Thanks for the quick response... I've already looked at the assembly plugin source, I'll put together a patch tonight or tomorrow morning and submit it along with a JIRA request. Thanks Dan Krisher On 8/14/05, Brett Porter [EMAIL PROTECTED] wrote: Hi Daniel, This sounds like a

Re: [M2] Requesting an example of a POM plugin entry for M2 plugin that allows the inclusion and exclusion of artifacts, and works

2005-08-14 Thread Brett Porter
It appears it is not working, or that surefire doesn't honour them at least. I know it used to, but am not sure when it regressed, and haven't tested it beyond that one case. Can you file a JIRA issue? (that way you can follow the fix). Sorry if this has caused some inconvenience. Here are my

Including dependency .jar files in dist

2005-08-14 Thread Jeremy Cowgar
There seems to be quite a bit of confusion about how to accomplish this. I've looked through some of the most recent posts about this topic and see a few different ways of accomplishing this task. My question is, this is a basic requirement, wouldn't maven do this out of the box? If not, why?

New PDF plugin SNAPSHOT

2005-08-14 Thread Arnaud HERITIER
Hi Maven users, I applied a lot of patchs on the PDF plugin. Thanks a lot to all contributors and particularly to Lukas Theussl. I published the snapshot and the documentation. To automatically install the plugin, type the following on a single line: maven plugin:download

RE: [M1] New PDF plugin SNAPSHOT

2005-08-14 Thread Arnaud HERITIER
I forgot to clarify that it's the pdf plugin for maven 1. Arnaud -Message d'origine- De : Arnaud HERITIER [mailto:[EMAIL PROTECTED] Envoyé : lundi 15 août 2005 04:48 À : 'Maven Users List' Objet : New PDF plugin SNAPSHOT Hi Maven users, I applied a lot of patchs on the

Re: New PDF plugin SNAPSHOT

2005-08-14 Thread Wendy Smoak
From: Arnaud HERITIER [EMAIL PROTECTED] http://people.apache.org/~brett/maven-stage-site/reference/plugins/pdf/ Give us your opinion and we'll release it as soon as possible. With Maven 1.0.2, JDK 1.4.2, I'm getting: BUILD FAILED File.. C:\Documents and

Re: New PDF plugin SNAPSHOT

2005-08-14 Thread Lukas Theussl
Arnaud should have specified further that this plugin is for maven 1.1 only (I don't think the restriction to java 5 is correct). Maven 1.0.2 users will have to put a xalan jar into $MAVEN_HOME/lib/endorsed. Lukas - To