Skip to content

Commit

Permalink
Add a staging repo profile to the expression language component TCK
Browse files Browse the repository at this point in the history
  • Loading branch information
arjantijms committed Dec 17, 2024
1 parent f30920b commit 6f1d291
Showing 1 changed file with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<!--
GlassFish properties
Note M6 still has some failures, future M7 passes all
-->
<glassfish.version>8.0.0-JDK17-M7</glassfish.version>
<glassfish.toplevel.dir>glassfish8</glassfish.toplevel.dir>
Expand Down Expand Up @@ -162,5 +161,24 @@
<glassfish-artifact-id>web</glassfish-artifact-id>
</properties>
</profile>
<profile>
<id>staging</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<repositories>
<repository>
<id>sonatype-nexus-staging</id>
<name>Sonatype Nexus Staging</name>
<url>https://jakarta.oss.sonatype.org/content/repositories/staging/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>
</project>

0 comments on commit 6f1d291

Please sign in to comment.