mirror of https://github.com/apache/maven.git
Remove profile not supported since MNG-7047
This commit is contained in:
parent
3cb3dbe2fa
commit
a8bc217571
|
@ -43,23 +43,4 @@ under the License.
|
||||||
<module>core-it-javaagent</module>
|
<module>core-it-javaagent</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<!-- TODO this needs to be improved, right now it doesn't deploy to releases repo -->
|
|
||||||
<properties>
|
|
||||||
<repositoryUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</repositoryUrl>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<profiles>
|
|
||||||
<profile>
|
|
||||||
<id>mode-local-offline</id>
|
|
||||||
<properties>
|
|
||||||
<repositoryUrl>file:///tmp/mits/repository-remote</repositoryUrl>
|
|
||||||
</properties>
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>central</id>
|
|
||||||
<url>${repositoryUrl}</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue