forked from phoedos/pmd
Remove unneeded profiles sf-release and sf-snapshot
This commit is contained in:
74
pom.xml
74
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user