File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 JRELEASER_NEXUS2_USERNAME : ${{ secrets.JRELEASER_NEXUS2_USERNAME }}
3030 JRELEASER_NEXUS2_PASSWORD : ${{ secrets.JRELEASER_NEXUS2_PASSWORD }}
3131 JRELEASER_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32- run : ./mvnw --no-transfer-progress -Prelease -Drevision=${{ inputs.version }} deploy jreleaser:full-release
32+ run : ./mvnw --no-transfer-progress -Prelease -Drevision=${{ github.event. inputs.version }} deploy jreleaser:full-release
Original file line number Diff line number Diff line change 6262 <build >
6363 <pluginManagement >
6464 <plugins >
65- <plugin >
66- <groupId >org.apache.maven.plugins</groupId >
67- <artifactId >maven-deploy-plugin</artifactId >
68- <version >3.1.4</version >
69- </plugin >
7065 <plugin >
7166 <groupId >org.sonarsource.scanner.maven</groupId >
7267 <artifactId >sonar-maven-plugin</artifactId >
7368 <version >5.2.0.4988</version >
7469 </plugin >
70+ <plugin >
71+ <groupId >org.apache.maven.plugins</groupId >
72+ <artifactId >maven-resources-plugin</artifactId >
73+ <version >3.3.1</version >
74+ </plugin >
7575 <plugin >
7676 <groupId >org.apache.maven.plugins</groupId >
7777 <artifactId >maven-jar-plugin</artifactId >
7878 <version >3.4.2</version >
7979 </plugin >
80+ <plugin >
81+ <groupId >org.apache.maven.plugins</groupId >
82+ <artifactId >maven-deploy-plugin</artifactId >
83+ <version >3.1.4</version >
84+ </plugin >
8085 </plugins >
8186 </pluginManagement >
8287 <plugins >
You can’t perform that action at this time.
0 commit comments