Skip to content

Commit

Permalink
Merge pull request #123 from maxandersen/nomvnpmbydefault
Browse files Browse the repository at this point in the history
mvnpm should be explicit choice. i.e. mvn -Pmvnpm otherwise every request to a new artifact takes unnecessary time.
  • Loading branch information
geoand authored Dec 11, 2023
2 parents 2202073 + 6a07102 commit f925732
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions samples/chatbot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@

<profile>
<id>mvnpm</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>central</id>
Expand Down
3 changes: 0 additions & 3 deletions samples/csv-chatbot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@

<profile>
<id>mvnpm</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>central</id>
Expand Down

0 comments on commit f925732

Please sign in to comment.