File tree Expand file tree Collapse file tree 2 files changed +43
-1
lines changed
Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 7676 <dependency-check-maven .version>5.3.2</dependency-check-maven .version>
7777 <maven-scm-provider-gitexe .version>1.13.0</maven-scm-provider-gitexe .version>
7878 <maven-scm-api .version>1.13.0</maven-scm-api .version>
79-
79+ < jreleaser-maven-plugin .version>1.18.0</ jreleaser-maven-plugin .version>
8080 <!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
8181 <argLine />
8282
Original file line number Diff line number Diff line change 2424
2525 <properties >
2626 <sonar-maven-plugin .version>3.7.0.1746</sonar-maven-plugin .version>
27+ <jreleaser-maven-plugin .version>1.18.0</jreleaser-maven-plugin .version>
2728 </properties >
2829
2930 <build >
3637 </plugins >
3738 </build >
3839 </profile >
40+ <profile >
41+ <id >publication</id >
42+ <properties >
43+ <altDeploymentRepository >local::default::file:./target/staging-deploy</altDeploymentRepository >
44+ </properties >
45+ <build >
46+ <defaultGoal >deploy</defaultGoal >
47+ <plugins >
48+ <plugin >
49+ <groupId >org.apache.maven.plugins</groupId >
50+ <artifactId >maven-javadoc-plugin</artifactId >
51+ <executions >
52+ <execution >
53+ <id >attach-javadocs</id >
54+ <goals >
55+ <goal >jar</goal >
56+ </goals >
57+ <configuration >
58+ <attach >true</attach >
59+ </configuration >
60+ </execution >
61+ </executions >
62+ </plugin >
63+ <plugin >
64+ <groupId >org.apache.maven.plugins</groupId >
65+ <artifactId >maven-source-plugin</artifactId >
66+ <executions >
67+ <execution >
68+ <id >attach-sources</id >
69+ <goals >
70+ <goal >jar</goal >
71+ </goals >
72+ <configuration >
73+ <attach >true</attach >
74+ </configuration >
75+ </execution >
76+ </executions >
77+ </plugin >
78+ </plugins >
79+ </build >
80+ </profile >
3981 </profiles >
4082</project >
You can’t perform that action at this time.
0 commit comments