Skip to content

Commit

Permalink
Stop using test-only repo
Browse files Browse the repository at this point in the history
I don't like this "fix", but it does force the invoker plugin to
correctly use the dependencies it has downloaded. This PR will be split
to avoid merging this with the actual fix
  • Loading branch information
niloc132 committed Nov 7, 2022
1 parent 43396d1 commit bd071b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions j2cl-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.0.1</version>
<version>3.2.2</version>
<executions>
<execution>
<goals>
Expand All @@ -163,7 +163,6 @@
</executions>
<configuration>
<cloneProjectsTo>${project.build.directory}/it-tests</cloneProjectsTo>
<localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>
<settingsFile>src/it/settings.xml</settingsFile>
<goals>
<goal>package -e</goal>
Expand Down

0 comments on commit bd071b7

Please sign in to comment.