User Tools

Site Tools


maven:commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
maven:commands [2019/01/25 00:01] odeftamaven:commands [2025/02/03 12:05] (current) odefta
Line 85: Line 85:
   mvn dependency:resolve -Dclassifier=javadoc   mvn dependency:resolve -Dclassifier=javadoc
  
 +====== Force update snapshots dependencies ======
 +
 +  mvn -U clean install
 +  
 +====== Force update all dependencies ======
 +
 +  mvn dependency:purge-local-repository clean install
 +  
 +====== Deactivate (exclude) a profile from command line  ======
 +
 +  mvn clean install -P !sign
 +
 +====== Build only the parent pom (not the children modules) ======
 +
 +  mvn clean install -N
  
maven/commands.1548367275.txt.gz · Last modified: 2023/07/04 19:36 (external edit)