Skip to content

Commit

Permalink
SAK-31555 - Clean up plugins in kernel pom (sakaiproject#3080)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored and steveswinsburg committed Aug 11, 2016
1 parent b8fee6e commit 26a11c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 65 deletions.
63 changes: 0 additions & 63 deletions kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,55 +47,6 @@
<module>kernel-tim</module>
</modules>
</profile>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<failOnError>false</failOnError>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>sakai-release</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<distributionManagement>
<site>
<id>sakai-site</id>
<name>Sakai release Site</name>
<url>scpexe://source.sakaiproject.org/var/www/html/release/kernel/${project.version}</url>
</site>
</distributionManagement>
</profile>
</profiles>

<dependencyManagement>
Expand Down Expand Up @@ -532,20 +483,6 @@
<warSourceDirectory>${basedir}/src/main/webapp</warSourceDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>

<extensions>
Expand Down
15 changes: 13 additions & 2 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down Expand Up @@ -1830,7 +1829,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<version>3.0.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -2066,6 +2065,18 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>

<extensions>
Expand Down

0 comments on commit 26a11c6

Please sign in to comment.