Hi,
I have seen that the Project.java file from maven core has been modified in
SVN trunk to include a reference to the Model.
I would just like confirmation that this will break all the code that is
currently using the reactorProjects context variable created by the reactor
tag?
For example, in the dashboard plugin, we're using:
<j:forEach var="reactorProject" items="${reactorProjects}">
<u:available
file="${reactorProject.context.getVariable('maven.build.dir')}/dashboard-sin
gle.xml">
<x:element name="project">
<x:attribute name="name">${reactorProject.name}</x:attribute>
<x:attribute
name="artifactId">${reactorProject.artifactId}</x:attribute>
[...]
I think the reactorProject.context... will continue to work but
reactorProject.name and reactorProject.artifactId will probably break.
Is this assumption correct?
Thanks
-Vincent
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]