equal
deleted
inserted
replaced
144 ============================================ |
144 ============================================ |
145 :: |
145 :: |
146 |
146 |
147 $ mvn -N deploy |
147 $ mvn -N deploy |
148 |
148 |
|
149 Install file to local repository |
|
150 ================================ |
|
151 :: |
|
152 |
|
153 $ mvn install:install-file -Dfile=... -DgroupId=... -DartifactId=... -Dversion=... |
|
154 |
|
155 Additional option provides packaging type (JAR/WAR), source and javadoc files:: |
|
156 |
|
157 -Dpackaging=... |
|
158 -Dsource=... |
|
159 -Djavadoc=... |
|
160 |
149 Run Ant from Maven. |
161 Run Ant from Maven. |
150 =================== |
162 =================== |
151 |
163 |
152 * https://support.sonatype.com/entries/20736282-executing-an-external-ant-script-in-a-maven-build |
164 * https://support.sonatype.com/entries/20736282-executing-an-external-ant-script-in-a-maven-build |
153 * https://support.sonatype.com/entries/20723081-running-an-inline-ant-script-in-a-maven-build |
165 * https://support.sonatype.com/entries/20723081-running-an-inline-ant-script-in-a-maven-build |