[jboss-jira] [JBoss JIRA] Commented: (JBRULES-833) Maven2ize drools-examples
Geoffrey De Smet (JIRA)
jira-events at lists.jboss.org
Mon May 7 13:40:52 EDT 2007
[ http://jira.jboss.com/jira/browse/JBRULES-833?page=comments#action_12361659 ]
Geoffrey De Smet commented on JBRULES-833:
------------------------------------------
Fair enough :)
Currently it's not possible to edit the eclipse plugin configuration in the examples pom.xml and exclude those dependencies:
http://jira.codehaus.org/browse/MECLIPSE-79
Vote for it :)
Otherwise this would work:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<additionalBuildcommands>
<buildcommand>org.drools.eclipse.droolsbuilder</buildcommand>
</additionalBuildcommands>
<excludes>
<exclude>org.drools:drools-core</exclude>
<exclude>org.drools:drools-compiler</exclude>
</excludes>
</configuration>
</plugin>
> Maven2ize drools-examples
> -------------------------
>
> Key: JBRULES-833
> URL: http://jira.jboss.com/jira/browse/JBRULES-833
> Project: JBoss Rules
> Issue Type: Patch
> Security Level: Public(Everyone can see)
> Affects Versions: 3.1-m1
> Reporter: Geoffrey De Smet
> Assigned To: Mark Proctor
> Priority: Minor
> Attachments: jboss-833.patch
>
>
> - the eclipse files can now be generate and generate the maven builder in it too
> - it compiles with a mvn install => catch compile errors early
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list