[jbpm-issues] [JBoss JIRA] Commented: (JBPM-1416) check if we can move base test classes to test sources

Guillaume Porcher (JIRA) jira-events at lists.jboss.org
Thu Aug 7 03:17:56 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBPM-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12423958#action_12423958 ] 

Guillaume Porcher commented on JBPM-1416:
-----------------------------------------

test jar is now generated (used by minimal modules for testing the pvm without dependencies). To add the test jar file as a dependency, use:
<dependency>
      <groupId>org.jboss.jbpm.pvm</groupId>
      <artifactId>pvm</artifactId>
      <version>1.0.0-SNAPSHOT</version>
      <classifier>tests</classifier>
      <scope>test</scope>
</dependency>

I think we can now move the org.jbpm.pvm.test.base package to the test sources.


> check if we can move base test classes to test sources
> ------------------------------------------------------
>
>                 Key: JBPM-1416
>                 URL: https://jira.jboss.org/jira/browse/JBPM-1416
>             Project: JBoss jBPM
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: PVM
>            Reporter: Tom Baeyens
>            Assignee: Tom Baeyens
>
> how to handle the other projects like identity and task ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbpm-issues mailing list