Uploaded image for project: 'Maven Antrun Plugin'
  1. Maven Antrun Plugin
  2. MANTRUN-87

Improve propagation of properties

    XMLWordPrintableJSON

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

          Activity

            People

              carlos Carlos Sanchez Gonzalez
              tdiesler Thomas Diesler
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: