default compile scope is overloaded with 2 meanings in PlanProcessorMojo
------------------------------------------------------------------------

                 Key: GERONIMO-2602
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2602
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: buildsystem
    Affects Versions: 1.2, 2.0
            Reporter: David Jencks
         Assigned To: David Jencks
             Fix For: 1.2, 2.0


We try to map maven scopes to geronimo ImportTypes.  However the default maven 
"compile" scope is mapped to two different import types depending on whether it 
is explicitly specified.  Unfortunately sometimes maven fills in the default 
for you if it is blank, so this doesn't always work.

I'm changing it so ImportType.SERVICES is not available from the 
PlanProcessorMojo and 


runtime >> ImportType.CLASSES
compile >> ImportType.ALL



-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to