Skip to content

Commit

Permalink
Tycho itests should work without snapshot repo
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Mar 25, 2023
1 parent f2938ce commit 46289fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 40 deletions.
14 changes: 0 additions & 14 deletions tycho-its/projects/eclipserun.bundleStartLevel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,6 @@
<artifactId>plugin-startlevel</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
<url>${tycho-snapshots-url}</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<build>
<plugins>
<plugin>
Expand Down
13 changes: 0 additions & 13 deletions tycho-its/projects/target.artifact.caching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@
<packaging>pom</packaging>


<pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
<url>${tycho-snapshots-url}</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<modules>
<module>target.test</module>
<module>test.bundle</module>
Expand Down
13 changes: 0 additions & 13 deletions tycho-its/projects/target.directory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@
<packaging>pom</packaging>


<pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
<url>${tycho-snapshots-url}</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<modules>
<module>target.test</module>
<module>test.directory.bundle</module>
Expand Down

0 comments on commit 46289fb

Please sign in to comment.