Skip to content

Commit

Permalink
INFRSTR-366 Build issue when deploying snapshots (sakaiproject#11277)
Browse files Browse the repository at this point in the history
Resolution is to not use the sakai-release profile, so just removing it.
  • Loading branch information
jonespm committed Feb 22, 2023
1 parent 89ae78e commit 53bbe03
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,28 +176,6 @@
</plugins>
</build>
</profile>
<profile>
<id>sakai-release</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>sakai-release</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>${sakai.jdk.version}</release>
<optimize>true</optimize>
<debug>true</debug>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>deploy-skip</id>
<activation>
Expand Down

0 comments on commit 53bbe03

Please sign in to comment.