Hi,
I have tried building the eclipse plugin using the maven pde build and
i was successful in doing it.
But when i try to do a mvn pde:test , it does not treat the test project
as a plugin project. I have the test.xml in the base directory.

Here is my pom.xml file.

<?xml version="1.0"?>
<project>
       <modelVersion>4.0.0</modelVersion>
       <groupId>com-mycomp</groupId>
       <artifactId>com-mycomp-test</artifactId>
       <packaging>zip</packaging>
       <version>1.0</version>
       <name>Widget Test</name>
       <build>
               <plugins>
                       <!-- MAVEN PDE BUILD PLUGIN -->
                       <plugin>
                               <groupId>org.codehaus.mojo</groupId>
                               <artifactId>pde-maven-plugin</artifactId>
                               <version>1.0-alpha-1</version>
                               <extensions>true</extensions>
                               <configuration>
                                       <buildProperties>

<javacSource>1.5</javacSource><!-- To make the Annotations work -->

<javacTarget>1.5</javacTarget>
                                       </buildProperties>

<eclipseInstall>/opt/eclipse3.3/</eclipseInstall>
                               </configuration>
                       </plugin>
               </plugins>

</build>
</project>

Any ideas ?

BR,
Kathir.



---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to