Skip to content

Commit

Permalink
Remove incorrect repo server from j2cl-tasks (#147)
Browse files Browse the repository at this point in the history
Also cleaned out other unnecessary elements from that project.
  • Loading branch information
niloc132 authored Mar 11, 2022
1 parent d6a5723 commit a9c0d70
Showing 1 changed file with 0 additions and 82 deletions.
82 changes: 0 additions & 82 deletions j2cl-tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,86 +89,4 @@
<scope>test</scope>
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>vertispan-releases</id>
<name>Vertispan hosted artifacts-releases</name>
<url>https://repo.vertispan.com/j2cl</url>
</repository>
<snapshotRepository>
<id>vertispan-snapshots</id>
<name>Vertispan hosted artifacts-snapshots</name>
<url>https://repo.vertispan.com/j2cl</url>
</snapshotRepository>
</distributionManagement>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven.source.plugin.version}</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven.javadoc.plugin.version}</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- see http://central.sonatype.org/pages/working-with-pgp-signatures.html for more detail -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven.gpg.plugin.version}</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</reporting>
</project>

0 comments on commit a9c0d70

Please sign in to comment.