Skip to content

Commit

Permalink
Use local repository copy for m-invoker-p
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 26, 2022
1 parent 057a14a commit a4595e6
Showing 1 changed file with 33 additions and 48 deletions.
81 changes: 33 additions & 48 deletions src/it/settings.xml
Original file line number Diff line number Diff line change
@@ -1,50 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0"?>
<settings>
<mirrors>
<mirror>
<id>httpsCentral</id>
<url>https://repo.maven.apache.org/maven2</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
<!--<profiles>-->
<!--<profile>-->
<!--<id>it-repo</id>-->
<!--<activation>-->
<!--<activeByDefault>true</activeByDefault>-->
<!--</activation>-->
<!--<repositories>-->
<!--<repository>-->
<!--<id>central</id>-->
<!--<url>file:///@localRepository@</url>-->
<!--<releases>-->
<!--<enabled>true</enabled>-->
<!--<checksumPolicy>ignore</checksumPolicy>-->
<!--<updatePolicy>never</updatePolicy>-->
<!--</releases>-->
<!--<snapshots>-->
<!--<enabled>true</enabled>-->
<!--<checksumPolicy>ignore</checksumPolicy>-->
<!--<updatePolicy>never</updatePolicy>-->
<!--</snapshots>-->
<!--</repository>-->
<!--</repositories>-->
<!--<pluginRepositories>-->
<!--<pluginRepository>-->
<!--<id>central</id>-->
<!--<url>file:///@localRepository@</url>-->
<!--<releases>-->
<!--<enabled>true</enabled>-->
<!--<checksumPolicy>ignore</checksumPolicy>-->
<!--<updatePolicy>never</updatePolicy>-->
<!--</releases>-->
<!--<snapshots>-->
<!--<enabled>true</enabled>-->
<!--<checksumPolicy>ignore</checksumPolicy>-->
<!--<updatePolicy>never</updatePolicy>-->
<!--</snapshots>-->
<!--</pluginRepository>-->
<!--</pluginRepositories>-->
<!--</profile>-->
<!--</profiles>-->
<profiles>
<profile>
<id>it-repo</id>
<repositories>
<repository>
<id>local.central</id>
<url>@localRepositoryUrl@</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>local.central</id>
<url>@localRepositoryUrl@</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>it-repo</activeProfile>
</activeProfiles>
</settings>

0 comments on commit a4595e6

Please sign in to comment.