[ 
https://issues.apache.org/jira/browse/UIMA-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510347
 ] 

Jörn Kottmann commented on UIMA-456:
------------------------------------

Hi Michael,

just add these lines to the plugin section in the pom.xml file of the other 
plugin projects:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-eclipse-plugin</artifactId>
    <version>2.3</version>
    <configuration>
        <manifest>.ignore</manifest>
        <pde>true</pde>
    </configuration>
</plugin>

The packaking type should be jar.

Hope this helps,
Jörn

> Make our Eclipse plugin projects into PDE projects
> --------------------------------------------------
>
>                 Key: UIMA-456
>                 URL: https://issues.apache.org/jira/browse/UIMA-456
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Build, Packaging and Test
>            Reporter: Adam Lally
>            Priority: Minor
>
> Joern submitted a patch that changed the uimaj-ep-runtime project to be an 
> Eclipse PDE project.  This was done by changing the Maven POM and assembly 
> descriptors appropriately.  It would be nice if all of our plugin projects 
> worked in this way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to