This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 268828
Collapse All | Expand All

(-)nbbuild/templates/projectized.xml (-3 / +3 lines)
Lines 746-755 Link Here
746
        <antcall target="javadoc">
746
        <antcall target="javadoc">
747
            <param name="netbeans.javadoc.dir" location="${maven.tmp.javadoc}"/>
747
            <param name="netbeans.javadoc.dir" location="${maven.tmp.javadoc}"/>
748
        </antcall>
748
        </antcall>
749
        <condition property=".bat" value=".bat" else="">
749
        <condition property=".cmd" value=".cmd" else="">
750
          <os family="windows"/>
750
          <os family="windows"/>
751
        </condition>
751
        </condition>
752
        <exec executable="${maven.embedder.dir}/maven/bin/mvn${.bat}" failonerror="true">
752
        <exec executable="${maven.embedder.dir}/maven/bin/mvn${.cmd}" failonerror="true">
753
            <arg value="-DforcedVersion=SNAPSHOT"/>
753
            <arg value="-DforcedVersion=SNAPSHOT"/>
754
            <arg value="-DdefineCluster=false"/>
754
            <arg value="-DdefineCluster=false"/>
755
            <arg value="-DdependencyRepositoryId=netbeans-snapshot"/>
755
            <arg value="-DdependencyRepositoryId=netbeans-snapshot"/>
Lines 758-764 Link Here
758
            <arg value="-DnetbeansNbmDirectory=${maven.tmp.nbms}"/>
758
            <arg value="-DnetbeansNbmDirectory=${maven.tmp.nbms}"/>
759
            <arg value="-DnetbeansSourcesDirectory=${maven.tmp.sources}"/>
759
            <arg value="-DnetbeansSourcesDirectory=${maven.tmp.sources}"/>
760
            <arg value="-DnetbeansJavadocDirectory=${maven.tmp.javadoc}"/>
760
            <arg value="-DnetbeansJavadocDirectory=${maven.tmp.javadoc}"/>
761
            <arg value="org.codehaus.mojo:nbm-maven-plugin:3.7:populate-repository"/>
761
            <arg value="org.codehaus.mojo:nb-repository-plugin:1.3:populate"/>
762
        </exec>
762
        </exec>
763
    </target>
763
    </target>
764
764

Return to bug 268828