Skip to content

Commit 4ad2fc6

Browse files
committed
Remove duplicated Assembly plugin declaration
1 parent 7078b48 commit 4ad2fc6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4444
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
4646

4747

4848
build-plugins:

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -519,11 +519,6 @@
519519
<artifactId>maven-gpg-plugin</artifactId>
520520
<version>3.2.4</version>
521521
</plugin>
522-
<plugin>
523-
<groupId>org.apache.maven.plugins</groupId>
524-
<artifactId>maven-assembly-plugin</artifactId>
525-
<version>3.7.1</version>
526-
</plugin>
527522
</plugins>
528523
</pluginManagement>
529524
</build>

0 commit comments

Comments
 (0)