Message:

   The following issue has been closed.

   Resolver: David Jencks
       Date: Wed, 15 Sep 2004 7:35 PM

test=${maven.itest.skip != 'true'} doesn't work.  You need
test = ${context.getVariable('maven.itest.skip') != 'true'

Also, the correct property names are maven.itest.skip and so on, to follow 
normal plugin property naming conventions.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-298

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GERONIMO-298
    Summary: itest.skip=true doesn't work
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: Apache Geronimo
 Components: 
             buildsystem
   Fix Fors:
             1.0-M3

   Assignee: David Jencks
   Reporter: David Blevins

    Created: Wed, 15 Sep 2004 3:27 PM
    Updated: Wed, 15 Sep 2004 7:35 PM

Description:
In the openejb build, using itest.skip=true doesn't prevent the itests from 
running.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to