Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.1
-
None
-
None
Description
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>
Attachments
Issue Links
- duplicates
-
MANTRUN-40 Properties defined in pom <properties> do not propagate to the antrun environment
- Closed