Skip to content

Commit

Permalink
Update sonatype config for MultiModuleGenerateFeaturesTest (#1487)
Browse files Browse the repository at this point in the history
* Update sonatype config for MultiModuleGenerateFeaturesTest

Signed-off-by: Kathryn Kodama <kathryn.s.kodama@gmail.com>

* Run install and clean for MultiModuleGenerateFeaturesTest

Signed-off-by: Kathryn Kodama <kathryn.s.kodama@gmail.com>
  • Loading branch information
kathrynkodama authored Apr 21, 2022
1 parent 4879bdb commit 14cd648
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,9 @@
</properties>

<repositories>
<!-- Sonatype repository used to get the latest binary scanner jar -->
<repository>
<id>oss-sonatype</id>
<name>oss-sonatype</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ public void setUp() throws Exception {
newFeatureFile = new File(tempProj, "pom" + GENERATED_FEATURES_FILE_PATH);
serverXmlFile = new File(tempProj, "pom/src/main/liberty/config/server.xml");
targetDir = new File(tempProj, "war/target");
runProcess("install");
runProcess("clean");
}

@Override
Expand Down

0 comments on commit 14cd648

Please sign in to comment.