Skip to content

Commit

Permalink
HSEARCH-4259 Fix Pax-exam maven-related properties not including snap…
Browse files Browse the repository at this point in the history
…shots of the JBoss Public repository
  • Loading branch information
yrodiere committed Jul 19, 2021
1 parent 817dcda commit 28dbecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -205,7 +205,7 @@
<pax-exam.jvm.args.maven>
-Dorg.ops4j.pax.url.mvn.defaultRepositories=file://${settings.localRepository}@snapshots@id=local-repo-from-maven-settings
-Dorg.ops4j.pax.url.mvn.localRepository=${settings.localRepository}
-Dorg.ops4j.pax.url.mvn.repositories=${mavencentral.repo.url}@id=central,${repository.jboss-public.url}@noreleases@id=jboss-public-repository
-Dorg.ops4j.pax.url.mvn.repositories=${mavencentral.repo.url}@id=central,${repository.jboss-public.url}@snapshots@noreleases@id=jboss-public-repository
</pax-exam.jvm.args.maven>
<pax-exam.jvm.args>${pax-exam.jvm.args.maven}</pax-exam.jvm.args>
</properties>
Expand Down

0 comments on commit 28dbecb

Please sign in to comment.