File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 42
42
env :
43
43
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
44
44
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
45
- run : mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=atlanmod_NeoEMF
45
+ run : ./mvnw -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=atlanmod_NeoEMF
46
46
47
47
48
48
build-plugins :
Original file line number Diff line number Diff line change 519
519
<artifactId >maven-gpg-plugin</artifactId >
520
520
<version >3.2.4</version >
521
521
</plugin >
522
- <plugin >
523
- <groupId >org.apache.maven.plugins</groupId >
524
- <artifactId >maven-assembly-plugin</artifactId >
525
- <version >3.7.1</version >
526
- </plugin >
527
522
</plugins >
528
523
</pluginManagement >
529
524
</build >
You can’t perform that action at this time.
0 commit comments