Remove unneeded profiles sf-release and sf-snapshot

This commit is contained in:
Andreas Dangel
2016-07-02 12:15:30 +02:00
parent 5f6e6c3861
commit 28dd0305ec

74
pom.xml
View File

@@ -907,80 +907,6 @@
</properties>
</profile>
<profile>
<id>sf-release</id>
<distributionManagement>
<repository>
<id>pmd-repo</id>
<name>Default Repository</name>
<url>scp://shell.sourceforge.net/home/project-web/pmd/htdocs/maven2</url>
</repository>
<site>
<id>pmd-site</id>
<name>Default Site</name>
<url>scp://shell.sourceforge.net/home/project-web/pmd/htdocs/pmd-${project.version}</url>
</site>
</distributionManagement>
<properties>
<pmd.website.baseurl>https://pmd.github.io/pmd-${project.version}/${project.artifactId}</pmd.website.baseurl>
</properties>
<build>
<plugins>
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<updateReleaseInfo>true</updateReleaseInfo>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>sf-snapshot</id>
<distributionManagement>
<snapshotRepository>
<id>pmd-snapshot-repo</id>
<name>Snapshot Repository</name>
<url>scp://shell.sourceforge.net/home/project-web/pmd/htdocs/snapshot/maven2</url>
<uniqueVersion>true</uniqueVersion>
</snapshotRepository>
<site>
<id>pmd-snapshot-site</id>
<name>Default Site</name>
<url>scp://shell.sourceforge.net/home/project-web/pmd/htdocs/snapshot</url>
</site>
</distributionManagement>
</profile>
<profile>
<id>jdk8-modules</id>
<activation>