mirror of https://github.com/apache/maven.git
[MNG-3962] - moved self-update into bin/.cd
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@739147 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7981ad9679
commit
cdafc86f58
|
@ -156,7 +156,7 @@ fi
|
|||
|
||||
exec "$JAVACMD" \
|
||||
$MAVEN_OPTS \
|
||||
-jar "${M2_HOME}"/.cd/bin/*.jar \
|
||||
-jar "${M2_HOME}"/bin/.cd/bin/*.jar \
|
||||
-m "${M2_HOME}" \
|
||||
$QUOTED_ARGS
|
||||
|
||||
|
|
|
@ -144,7 +144,7 @@ SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
|
|||
if "%@eval[2+2]" == "4" goto 4NTCWJars
|
||||
|
||||
@REM -- Regular WinNT shell
|
||||
for %%i in ("%M2_HOME%"\.cd\bin\*.jar) do set UPDATE_JAR="%%i"
|
||||
for %%i in ("%M2_HOME%"\bin\.cd\bin\*.jar) do set UPDATE_JAR="%%i"
|
||||
goto runm2
|
||||
|
||||
@REM The 4NT Shell from jp software
|
||||
|
|
|
@ -61,7 +61,7 @@ under the License.
|
|||
</excludes>
|
||||
</dependencySet>
|
||||
<dependencySet>
|
||||
<outputDirectory>.cd/bin</outputDirectory>
|
||||
<outputDirectory>bin/.cd/bin</outputDirectory>
|
||||
<includes>
|
||||
<include>org.sonatype.mercury:mercury-mp3-cli</include>
|
||||
</includes>
|
||||
|
@ -105,7 +105,7 @@ under the License.
|
|||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>src/.cd</directory>
|
||||
<outputDirectory>.cd</outputDirectory>
|
||||
<outputDirectory>bin/.cd</outputDirectory>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</assembly>
|
||||
|
|
Loading…
Reference in New Issue