Problems with maven-assembly-plugin from Netbeans 5.5...

2007-04-24 Thread Styve Arne
Hi, I'm trying to use the maven-assembly-plugin from within Netbeans 5.5 (with Mavenide installed), but when executing the goal assembly:assembly, I get the following message when using the predefined descriptor jar-with-dependencies: Embedded error: C:\Programfiler\netbeans-5.5\target\classes

Question about maven-source-plugin...

2007-04-20 Thread Styve Arne
Hi, The maven-source-plugin creates a JAR of the source code of a project, right ? But what if the sourcecode is not found in it's usual place (\src\main\java etc.) but instead directly under \src ? And to complicate even more: the source I want to create a JAR for, should not be compil

Ant generated JAR file to be handeled with Maven...how?

2007-04-20 Thread Styve Arne
Hi, I have a project based on an Ant build.xml file. I want to keep this build-file, and keep building the project it self using this build-file and Ant, but to wrap Maven2 around it. I've managed to "call" the ant-build file (build.xml) from my POM, and it works fine. However, the Ant script pro

Javadoc for dependent libraries in Netbeans...

2007-04-17 Thread Styve Arne
Hi, I'm using the mevenide plugin to Netbeans from codehause. This works fine in most cases. However, when having added a dependency (by right-clicking on the Dependencies node of the project tree (in Projects view)), I can then right-click on the JAR I've included and get a menue saying "Downloa