|
113 | 113 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
114 | 114 | <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding> |
115 | 115 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 116 | + <keystore.file>${project.build.directory}/keystore</keystore.file> |
116 | 117 | <google-java-format.version>1.15.0</google-java-format.version> |
117 | | - <palantir-java-format.version>2.27.0</palantir-java-format.version> |
| 118 | + <palantir-java-format.version>2.28.0</palantir-java-format.version> |
118 | 119 | <xml-formatter.version>0.2.2</xml-formatter.version> |
119 | 120 | <commons-lang.version>3.12.0</commons-lang.version> |
120 | 121 | <netbeans.version>RELEASE120</netbeans.version> |
121 | 122 | <jsoup.version>1.15.3</jsoup.version> |
122 | | - <pmd.version>6.49.0</pmd.version> |
| 123 | + <pmd.version>6.53.0</pmd.version> |
123 | 124 | <argLine></argLine> |
124 | 125 | </properties> |
125 | 126 |
|
|
128 | 129 | <dependency> |
129 | 130 | <groupId>org.eclipse.platform</groupId> |
130 | 131 | <artifactId>org.eclipse.text</artifactId> |
131 | | - <version>3.12.200</version> |
| 132 | + <version>3.12.300</version> |
132 | 133 | <exclusions> |
133 | 134 | <exclusion> |
134 | 135 | <groupId>org.eclipse.platform</groupId> |
|
145 | 146 | <dependency> |
146 | 147 | <groupId>org.eclipse.jdt</groupId> |
147 | 148 | <artifactId>org.eclipse.jdt.core</artifactId> |
148 | | - <version>3.31.0</version> |
| 149 | + <version>3.32.0</version> |
149 | 150 | <exclusions> |
150 | 151 | <exclusion> |
151 | 152 | <groupId>org.eclipse.platform</groupId> |
|
248 | 249 | <dependency> |
249 | 250 | <groupId>com.diffplug.spotless</groupId> |
250 | 251 | <artifactId>spotless-lib</artifactId> |
251 | | - <version>2.30.0</version> |
| 252 | + <version>2.31.1</version> |
252 | 253 | </dependency> |
253 | 254 |
|
254 | 255 | <!-- XML Formatter --> |
|
268 | 269 | <dependency> |
269 | 270 | <groupId>com.fasterxml.jackson.core</groupId> |
270 | 271 | <artifactId>jackson-core</artifactId> |
271 | | - <version>2.14.0-rc1</version> |
| 272 | + <version>2.14.1</version> |
272 | 273 | </dependency> |
273 | 274 |
|
274 | 275 | <dependency> |
275 | 276 | <groupId>com.fasterxml.jackson.core</groupId> |
276 | 277 | <artifactId>jackson-databind</artifactId> |
277 | | - <version>2.14.0-rc1</version> |
| 278 | + <version>2.14.1</version> |
278 | 279 | </dependency> |
279 | 280 |
|
280 | 281 | <!-- CSS Parser --> |
281 | 282 | <dependency> |
282 | 283 | <groupId>net.sourceforge.cssparser</groupId> |
283 | 284 | <artifactId>cssparser</artifactId> |
284 | | - <version>0.9.29</version> |
| 285 | + <version>0.9.30</version> |
285 | 286 | </dependency> |
286 | 287 |
|
287 | 288 | <dependency> |
|
524 | 525 | <plugin> |
525 | 526 | <groupId>org.apache.maven.plugins</groupId> |
526 | 527 | <artifactId>maven-install-plugin</artifactId> |
527 | | - <version>3.0.1</version> |
| 528 | + <version>3.1.0</version> |
528 | 529 | </plugin> |
529 | 530 | <plugin> |
530 | 531 | <groupId>org.apache.maven.plugins</groupId> |
|
571 | 572 | <doUpdate>false</doUpdate> |
572 | 573 | </configuration> |
573 | 574 | </plugin> |
| 575 | + <plugin> |
| 576 | + <groupId>org.codehaus.mojo</groupId> |
| 577 | + <artifactId>keytool-maven-plugin</artifactId> |
| 578 | + <version>1.6</version> |
| 579 | + </plugin> |
574 | 580 | <plugin> |
575 | 581 | <groupId>org.apache.maven.plugins</groupId> |
576 | 582 | <artifactId>maven-gpg-plugin</artifactId> |
|
579 | 585 | <plugin> |
580 | 586 | <groupId>net.revelc.code.formatter</groupId> |
581 | 587 | <artifactId>formatter-maven-plugin</artifactId> |
582 | | - <version>2.20.0</version> |
| 588 | + <version>2.21.0</version> |
583 | 589 | </plugin> |
584 | 590 | <plugin> |
585 | 591 | <groupId>org.apache.maven.plugins</groupId> |
|
641 | 647 | <plugin> |
642 | 648 | <groupId>org.codehaus.mojo</groupId> |
643 | 649 | <artifactId>versions-maven-plugin</artifactId> |
644 | | - <version>2.12.0</version> |
| 650 | + <version>2.14.2</version> |
645 | 651 | </plugin> |
646 | 652 | <plugin> |
647 | 653 | <groupId>org.codehaus.mojo</groupId> |
|
674 | 680 | <plugin> |
675 | 681 | <groupId>org.apache.maven.plugins</groupId> |
676 | 682 | <artifactId>maven-dependency-plugin</artifactId> |
677 | | - <version>3.3.0</version> |
| 683 | + <version>3.4.0</version> |
678 | 684 | </plugin> |
679 | 685 | <plugin> |
680 | 686 | <groupId>org.jacoco</groupId> |
681 | 687 | <artifactId>jacoco-maven-plugin</artifactId> |
682 | 688 | <version>0.8.8</version> |
683 | 689 | <configuration> |
| 690 | + <includes> |
| 691 | + <include>de/funfried/netbeans/plugins/external/formatter/**/*</include> |
| 692 | + </includes> |
684 | 693 | <excludes> |
685 | 694 | <exclude>de/funfried/netbeans/plugins/external/formatter/**/Bundle.class</exclude> |
686 | 695 | <exclude>de/funfried/netbeans/plugins/external/formatter/**/ui/**/*</exclude> |
|
727 | 736 | <plugin> |
728 | 737 | <groupId>com.github.spotbugs</groupId> |
729 | 738 | <artifactId>spotbugs-maven-plugin</artifactId> |
730 | | - <version>4.7.2.0</version> |
| 739 | + <version>4.7.3.0</version> |
731 | 740 | </plugin> |
732 | 741 | <plugin> |
733 | 742 | <groupId>org.owasp</groupId> |
734 | 743 | <artifactId>dependency-check-maven</artifactId> |
735 | | - <version>7.2.0</version> |
| 744 | + <version>7.4.4</version> |
736 | 745 | <configuration> |
737 | 746 | <failBuildOnCVSS>8</failBuildOnCVSS> |
738 | 747 | <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled> |
|
760 | 769 | <distributionUrl>https://github.com/funfried/eclipsecodeformatter_for_netbeans/</distributionUrl> |
761 | 770 | <author>Fabian Bahle (info@funfried.de) and others / original authors: benno.markiewicz@googlemail.com, geertjan.wielenga@oracle.com and williescholtz@gmail.com</author> |
762 | 771 | <verifyRuntime>warn</verifyRuntime> |
| 772 | + <keystore>${keystore.file}</keystore> |
| 773 | + <keystorealias>${project.artifactId}</keystorealias> |
| 774 | + <keystorepassword>${keystore.pass}</keystorepassword> |
763 | 775 | </configuration> |
764 | 776 | </plugin> |
765 | 777 | <plugin> |
|
1086 | 1098 | <id>release-commons</id> |
1087 | 1099 | <build> |
1088 | 1100 | <plugins> |
| 1101 | + <plugin> |
| 1102 | + <groupId>org.codehaus.mojo</groupId> |
| 1103 | + <artifactId>keytool-maven-plugin</artifactId> |
| 1104 | + <executions> |
| 1105 | + <execution> |
| 1106 | + <goals> |
| 1107 | + <goal>generateKeyPair</goal> |
| 1108 | + </goals> |
| 1109 | + <phase>initialize</phase> |
| 1110 | + </execution> |
| 1111 | + </executions> |
| 1112 | + <configuration> |
| 1113 | + <keystore>${keystore.file}</keystore> |
| 1114 | + <storepass>${keystore.pass}</storepass> |
| 1115 | + <keypass>${keystore.pass}</keypass> |
| 1116 | + <alias>${project.artifactId}</alias> |
| 1117 | + <dname>CN=funfried.de, OU=${project.artifactId}, O=funfried.de, L=Schwaebisch Hall, ST=Baden-Wuerttemberg, C=DE</dname> |
| 1118 | + <validity>730</validity> |
| 1119 | + <keysize>2048</keysize> |
| 1120 | + <sigalg>SHA512withRSA</sigalg> |
| 1121 | + <keyalg>RSA</keyalg> |
| 1122 | + </configuration> |
| 1123 | + </plugin> |
1089 | 1124 | <plugin> |
1090 | 1125 | <groupId>org.apache.maven.plugins</groupId> |
1091 | 1126 | <artifactId>maven-gpg-plugin</artifactId> |
|
0 commit comments