File tree Expand file tree Collapse file tree 1 file changed +65
-0
lines changed Expand file tree Collapse file tree 1 file changed +65
-0
lines changed Original file line number Diff line number Diff line change 945
945
</plugins >
946
946
</build >
947
947
</profile >
948
+ <profile >
949
+ <id >jakarta</id >
950
+ <build >
951
+ <plugins >
952
+ <plugin >
953
+ <groupId >org.eclipse.transformer</groupId >
954
+ <artifactId >transformer-maven-plugin</artifactId >
955
+ <extensions >true</extensions >
956
+ <configuration >
957
+ <rules >
958
+ <jakartaDefaults >true</jakartaDefaults >
959
+ </rules >
960
+ </configuration >
961
+ <executions >
962
+ <execution >
963
+ <id >default-jar</id >
964
+ <goals >
965
+ <goal >jar</goal >
966
+ </goals >
967
+ <configuration >
968
+ <classifier >jakarta</classifier >
969
+ <artifact >
970
+ <groupId >org.owasp.esapi</groupId >
971
+ <artifactId >esapi</artifactId >
972
+ <version >${project.version} </version >
973
+ </artifact >
974
+ </configuration >
975
+ </execution >
976
+ <execution >
977
+ <id >javadoc-jar</id >
978
+ <goals >
979
+ <goal >jar</goal >
980
+ </goals >
981
+ <configuration >
982
+ <skip >false</skip >
983
+ <classifier >jakarta-javadoc</classifier >
984
+ <artifact >
985
+ <groupId >org.owasp.esapi</groupId >
986
+ <artifactId >esapi</artifactId >
987
+ <version >${project.version} </version >
988
+ <classifier >javadoc</classifier >
989
+ </artifact >
990
+ </configuration >
991
+ </execution >
992
+ <execution >
993
+ <id >source-jar</id >
994
+ <goals >
995
+ <goal >jar</goal >
996
+ </goals >
997
+ <configuration >
998
+ <skip >false</skip >
999
+ <classifier >jakarta-sources</classifier >
1000
+ <artifact >
1001
+ <groupId >org.owasp.esapi</groupId >
1002
+ <artifactId >esapi</artifactId >
1003
+ <version >${project.version} </version >
1004
+ <classifier >sources</classifier >
1005
+ </artifact >
1006
+ </configuration >
1007
+ </execution >
1008
+ </executions >
1009
+ </plugin >
1010
+ </plugins >
1011
+ </build >
1012
+ </profile >
948
1013
</profiles >
949
1014
</project >
You can’t perform that action at this time.
0 commit comments