I am trying to run pax:run with a profile but I am getting failures ot
just nothing:

1) When I try this in my <build> tag it does not install any profiles
when I do mvn pax:run
            <plugin>
                <groupId>org.ops4j</groupId>
                <artifactId>maven-pax-plugin</artifactId>
                <version>1.4</version>
                <configuration>
                    <profiles>web</profiles>
                </configuration>
            </plugin>

2) When I try this: mvn pax:run -Dprofiles=web
I get this failure (adding log=debug doesn't produce any more info):
Pax Runner (0.20.0) from OPS4J - http://www.ops4j.org
-----------------------------------------------------

 -> Using config [classpath:META-INF/runner.properties]
 -> Using only arguments from command line
 -> Scan bundles from
[/opt/sandbox/googlecode/osgi-sample/runner/deploy-pom.xml]
 -> Scan bundles from
[scan-pom:file:/opt/sandbox/googlecode/osgi-sample/runner/deploy-pom.xml]
 -> Using property [maven.tomcat.home=/opt/tomcat]
 -> Using property [sakai.appserver.home=/opt/tomcat]
 -> Using property [surefire.reportFormat=plain]
 -> Using property [appserver.home=/opt/tomcat]
 -> Using property [appserver.id=tomcat5x]
 -> Using property [surefire.useFile=false]
 -> Scan bundles from
[scan-composite:mvn:org.ops4j.pax.runner.profiles/web//composite]

         ___
        /  /
       /  / Oops, there has been a problem!
      /  /
     /__/   URL [mvn:org.ops4j.pax.runner.profiles/web//composite]
could not be resolved.
    ___
   /__/     Use --log=debug to see details.


Has anyone used the plugin like this successfully?
Help?
-AZ


-- 
Aaron Zeckoski ([email protected])
Senior Research Engineer - CARET - Cambridge University
https://twitter.com/azeckoski - http://www.linkedin.com/in/azeckoski
http://aaronz-sakai.blogspot.com/ -
http://confluence.sakaiproject.org/confluence/display/~aaronz/

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to