Axway / grapes-maven-plugin

From Maven to Grapes in a plugin
Apache License 2.0
0 stars 2 forks source link

Path are not supported in modules fields of projects #4

Closed jdcoffre closed 10 years ago

jdcoffre commented 10 years ago

Let's take an example. If my project has the following module section, the report aggregation will failed:

        ...
        <modules>
                <module>plugins/bottle<module>
                ...
        </modules>
jdcoffre commented 10 years ago

Fixed by this