Maven - Eclipse - OSGi, code, compile test cycle

2009-08-23 Thread Fotis Paraskevopoulos
Hello All, This is my first message to the list, so I hope I am able to ask my question correctly. I migrated a project to OSGi using the eclipse PDE tools. This was handy enough because I could immediately see the errors, when making changes to the MANIFEST.MF, between plugins and run debug the

Re: Seeing ghosts... & maven property expansions issue

2009-08-23 Thread Stevo Slavić
If I specify maven-javadoc-plugin with something like [1] build doesn't fail because of failure to resolve intermodule dependencies, instead it fails because of this long standing bug in Java. Is there any workaround for this in maven? I'v

Re: Seeing ghosts... & maven property expansions issue

2009-08-23 Thread Stevo Slavić
Second issue cause found: maven-javadoc-plugin. With it (tried with v2.6 and v2.5) just listed in reporting plugins section with no additional configuration build fails to resolve intermodule dependencies. Without it, build is successful. Multiple maven plugins have reported issues of failure to re

[ANN] Versions Maven Plugin 1.0 released

2009-08-23 Thread Stephen Connolly
The Mojo team is pleased to announce the release of the Versions Maven Plugin, version 1.0. The Versions Plugin has the following goals. * versions:display-dependency-updates scans a project's dependencies and produces a report of those dependencies which have newer versions available. *

Error: java.lang.NullPointerException when using Maven with JDK 6

2009-08-23 Thread Enrique Gaona
Hi, Has anyone encountered this issue before? If I use Java 6 with the latest release of Maven, 2.21 or the older versions, it fails with a java.lang.NullPointerException. If I set the JAVA_HOME to Java 5, it works like a charm. /usr/local/apache-maven-2.2.1/bin/mvn -e clean + Error stacktrac

mvn deploy -- CHECKSUM FAILED

2009-08-23 Thread Adrian Herscu
Hi all, I am using Maven 2.2.1 on Sun JDK 1.6.0_16. When I am running mvn deploy I am getting this output: Z:\sandbox>mvn deploy -N [INFO] Scanning for projects... [INFO] [INFO] Building wireXN Sandbox [INFO]task-segm

RE: Problems with property interpolation

2009-08-23 Thread Damon Silver
Unfortunately, that didn't work. The interpolated file winds up in target/a/b/c instead of target/-/a/b/c, where it can be packaged into the WAR and unpacked later successfully. Moreover, the version that I can extract from the WAR does not have the properties interpolated. I'm not certain maven