Uploaded image for project: 'Nuxeo ECM Build/Test Environment'
  1. Nuxeo ECM Build/Test Environment
  2. NXBT-925

Allow to reference build files from the classpath

    XMLWordPrintable

    Details

      Description

      Such a following configuration must allow to point at a build file in the classpath, from org.nuxeo:nuxeo-qa-tools:2.0:

                <plugin>
                  <groupId>org.nuxeo.build</groupId>
                  <artifactId>ant-assembly-maven-plugin</artifactId>
                  <dependencies>
                    <dependency>
                      <groupId>org.nuxeo</groupId>
                      <artifactId>nuxeo-qa-tools</artifactId>
                      <version>2.0</version>
                    </dependency>
                  </dependencies>
                  (...)
                      <configuration>
                        <buildFiles>
                          <buildFile>classpath:integration/vcstests.xml</buildFile>
                        </buildFiles>
                  (...)
                </plugin>
      

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                jcarsique Julien Carsique
                Participants:
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated: