es.prodevelop.todelete
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>es.prodevelop</groupId>
<artifactId>es.prodevelop.todelete</artifactId>
<version>1.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>es.prodevelop</groupId>
<artifactId>es.prodevelop.todelete</artifactId>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>es.prodevelop.todelete</name>
<description>A parent POM for the project es.prodevelop.todelete</description>
<url>https://svn.prodevelop.es/svn/XXX</url>
<parent>
<groupId>es.prodevelop</groupId>
<artifactId>es.prodevelop.pui9.parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
</parent>
<scm>
<connection>scm:svn:https://svn.prodevelop.es/svn/I1803_Framework_PUI9/src/tags/1.0.1/es.prodevelop.todelete</connection>
<developerConnection>scm:svn:https://svn.prodevelop.es/svn/I1803_Framework_PUI9/src/tags/1.0.1/es.prodevelop.todelete</developerConnection>
</scm>
<properties>
<scm-tag-base>https://svn.prodevelop.es/svn/I1803_Framework_PUI9/src/tags</scm-tag-base>
<scm-branch-base>https://svn.prodevelop.es/svn/I1803_Framework_PUI9/src/branches</scm-branch-base>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>DEPLOY_TO_MAVEN_CENTRAL</id>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${plugin-maven-gpg-version}</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>${plugin-maven-nexus-staging-version}</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<developers>
<developer>
<name>Your name</name>
<email>your_email@prodevelop.es</email>
<organization>Prodevelop</organization>
<organizationUrl>https://www.prodevelop.es/</organizationUrl>
</developer>
</developers>
</project>