Remove profile not supported since MNG-7047

This commit is contained in:
Michael Osipov 2021-12-29 12:37:45 +01:00
parent 3cb3dbe2fa
commit a8bc217571
1 changed files with 0 additions and 19 deletions

View File

@ -43,23 +43,4 @@ under the License.
<module>core-it-javaagent</module>
</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>