Skip to content

Commit

Permalink
mvnpm should be explicit choice.\n i.e. mvn -Pmvnpm otherwise every r…
Browse files Browse the repository at this point in the history
…equest to a new artifact takes unnecessary time.
  • Loading branch information
maxandersen committed Dec 11, 2023
1 parent a916ae4 commit 6a07102
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 6a07102

Please sign in to comment.