jwebmp-dev-kit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-dev-kit</artifactId>
<version>0.68.0.1</version>
</dependency><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-dev-kit</artifactId>
<version>0.68.0.1</version>
<packaging>pom</packaging>
<name>JWebMP Development Kit</name>
<description>The root folder for JWebMP Build libraries</description>
<url>https://jwebmp.com</url>
<modules>
<module>JWebMPBOM</module>
<module>JWebMPParent</module>
</modules>
<licenses>
<license>
<name>GPL 3</name>
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<organization>
<name>Marc Magon</name>
<url>http://jwebmp.com</url>
</organization>
<scm>
<url>https://github.com/GedMarc?tab=repositories</url>
</scm>
<developers>
<developer>
<id>GedMarc</id>
<name>Marc Magon</name>
<email>marc.magon@gmail.com</email>
<url>https://github.com/GedMarc</url>
</developer>
</developers>
<issueManagement>
<system>Jira</system>
<url>https://www.jwebmp.com/jira</url>
</issueManagement>
<ciManagement>
<system>TeamCity</system>
<url>http://jwebmp.com/teamcity</url>
</ciManagement>
<profiles>
<profile>
<id>jwebmp-distribution</id>
<activation>
</activation>
<distributionManagement>
<snapshotRepository>
<id>jwebmp-snapshot</id>
<name>JWebMPArtifactory-snapshots</name>
<url>https://jwebmp.com/artifactory/libs-snapshot-local</url>
</snapshotRepository>
<repository>
<id>jwebmp-release</id>
<name>JWebMPArtifactory-releases</name>
<url>https://jwebmp.com/artifactory/libs-release-local</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
<passphrase>${gpg.passphrase}</passphrase>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>sonartype-distribution</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<distributionManagement>
<snapshotRepository>
<id>sonar-snapshot</id>
<name>SonarType-snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>sonar-release</id>
<name>SonarType-releases</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
<passphrase>${gpg.passphrase}</passphrase>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<!-- This plugin doesn't work inside pluginManagement, for some reason -->
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
<configuration>
<serverId>sonar-snapshot</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>300</stagingProgressTimeoutMinutes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>enable-jackson</id>
</profile>
<profile>
<id>enable-guice</id>
</profile>
<profile>
<id>enable-guicedee</id>
</profile>
<profile>
<id>enable-commons</id>
</profile>
<profile>
<id>enable-thirdparty</id>
</profile>
<profile>
<id>enable-jqxwidgets</id>
</profile>
<profile>
<id>enable-plugins</id>
</profile>
<profile>
<id>enable-examples</id>
</profile>
<profile>
<id>enable-apps</id>
</profile>
</profiles>
</project>