Improve propagation of properties
---------------------------------

                 Key: MANTRUN-87
                 URL: http://jira.codehaus.org/browse/MANTRUN-87
             Project: Maven 2.x Antrun Plugin
          Issue Type: New Feature
            Reporter: Thomas Diesler


It seems that maven properties cannot be propagated to the ant script unless 
explicitly set

            <configuration>
              <tasks if="jboss.local.repository">
                <property name="version.id" value="${project.version}"/>
                <property name="jboss.local.repository" 
value="${jboss.local.repository}"/>
                <ant antfile="ant/build-install.xml" target="install"/>
              </tasks>
            </configuration>


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

        

Reply via email to