Skip to content

Commit

Permalink
remove scala related profile from the pom (#6554)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored Jun 5, 2020
1 parent 2956ae0 commit d5ea62f
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,47 +484,6 @@
</build>
</profile>

<profile>
<id>release-profile</id>
<properties>
<skipTests>true</skipTests>
</properties>
<build>
<plugins>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
<configuration/>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>add-source</id>
<phase>prepare-package</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>src/main/scala</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>release-sign-artifacts</id>
<activation>
Expand Down

0 comments on commit d5ea62f

Please sign in to comment.