maven.rst
changeset 1447 d4399aacf09e
parent 1446 6c935c71520e
child 1450 e39ad9b6224a
equal deleted inserted replaced
1446:6c935c71520e 1447:d4399aacf09e
    68 =====================================================
    68 =====================================================
    69 ::
    69 ::
    70 
    70 
    71   $ mvn -DskipTests package
    71   $ mvn -DskipTests package
    72 
    72 
       
    73 Run Ant from Maven.
       
    74 ===================
       
    75 
       
    76  * https://support.sonatype.com/entries/20736282-executing-an-external-ant-script-in-a-maven-build
       
    77  * https://support.sonatype.com/entries/20723081-running-an-inline-ant-script-in-a-maven-build
       
    78  * https://support.sonatype.com/entries/20744068-writing-a-maven-plugin-with-ant
       
    79