Hey Harald,

On Sun, Jul 10, 2011 at 6:53 PM, Harald Wellmann <harald.wellm...@gmx.de> wrote:
> 1) Working directory
>
> Is there a way to change the working directory for the plugin? I've tried
>
>  <param>--workingDirectory=${basedir}/target/runner</param>
>
> but now I have two directories "target/runner" used by Pax Runner and
> "runner" used by maven-pax-plugin.

Yeah, I see the same behavior in pax-wicket... It's either a
undocumented (additional property) or a bug. If nobody else knows I'll
give the code a look tonight. I'll keep you posted.


> 2) Conflicts with Tycho

This sounds somehow like an issue of pax-url. There are two options:
a) pax-url uses an too old aether version to handle this b)
pax-construct/runner uses an too old pax-url version to handle this
proper. In both ways, ASAP the reason is clear we can create an issue
and fix the problem.

@Toni: any ideas if pax-url works already with tycho?

Kind regards,
Andreas

> [mvn:com.googlecode.osgi-enterprise/com.googlecode.osgienterprise.blog.wicket/0.0.1-SNAPSHOT/eclipse-plugin]
> could not be downloaded
>
>
> This seems to be caused by the following section in runner/deploy-pom.xml
> generated by the pax-maven-plugin:
>
>  <dependencies>
>    <dependency>
>      <groupId>com.googlecode.osgi-enterprise</groupId>
>      <artifactId>com.googlecode.osgienterprise.blog.wicket</artifactId>
>      <version>0.0.1-SNAPSHOT</version>
>      <type>eclipse-plugin</type>
>      <scope>provided</scope>
>    </dependency>
>  </dependencies>
>
> eclipse-plugin is just a packaging (like "bundle"), but not a type (like
> "test-jar").
>
> See
> http://maven.apache.org/ref/3.0.3/maven-model/maven.html#class_dependency
>
> As a workaround, I moved my maven-pax-plugin configuration to a separate
> POM-only project.
>
> Best regards,
> Harald
>
>
> _______________________________________________
> general mailing list
> general@lists.ops4j.org
> http://lists.ops4j.org/mailman/listinfo/general
>

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to