Skip to content

Commit b621b5d

Browse files
fix: jar-module profile activiation for deploy jakarta jars
1 parent 1e41739 commit b621b5d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pom.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -550,12 +550,8 @@
550550
<id>jar-module</id>
551551
<activation>
552552
<file>
553-
<exists>src/main/java/</exists>
553+
<exists>${project.build.directory}/${project.artifactId}-jakarta-${project.version}.jar</exists>
554554
</file>
555-
<property>
556-
<name>maven.deploy.skip</name>
557-
<value>false</value>
558-
</property>
559555
</activation>
560556
<build>
561557
<plugins>

0 commit comments

Comments
 (0)