jdtaus-icons-ri-jlfgr
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jdtaus.icons</groupId>
<artifactId>jdtaus-icons-ri-jlfgr</artifactId>
<version>1.0-alpha-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">
<parent>
<groupId>org.jdtaus</groupId>
<artifactId>jdtaus-commons</artifactId>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jdtaus.icons</groupId>
<artifactId>jdtaus-icons-ri-jlfgr</artifactId>
<name>jDTAUS Icons RI JLFGR</name>
<version>1.0-alpha-1</version>
<description>jDTAUS Java look and feel Graphics Repository IconSet reference implementation.</description>
<scm>
<connection>scm:svn:https://jdtaus.svn.sourceforge.net/svnroot/jdtaus/jdtaus-commons/jdtaus-icons-ri-jlfgr/tags/jdtaus-icons-ri-jlfgr-1.0-alpha-1</connection>
<developerConnection>scm:svn:https://jdtaus.svn.sourceforge.net/svnroot/jdtaus/jdtaus-commons/jdtaus-icons-ri-jlfgr/tags/jdtaus-icons-ri-jlfgr-1.0-alpha-1</developerConnection>
<url>http://svn.sourceforge.net/svnroot/jdtaus/jdtaus-commons/jdtaus-icons-ri-jlfgr/tags/jdtaus-icons-ri-jlfgr-1.0-alpha-1</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jdtaus.common</groupId>
<artifactId>jdtaus-icons-api</artifactId>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>org.jdtaus.icons</groupId>
<artifactId>jdtaus-icons-it</artifactId>
<version>RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jdtaus.common</groupId>
<artifactId>jdtaus-core-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.jlfgr</groupId>
<artifactId>jlfgr</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<filtering>true</filtering>
<directory>src/main/resources</directory>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://jdtaus.svn.sourceforge.net/svnroot/jdtaus/jdtaus-commons/jdtaus-icons-ri-jlfgr/tags</tagBase>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>sign</id>
<phase>package</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<storepass>${jarsign.storepass}</storepass>
<keypass>${jarsign.keypass}</keypass>
<alias>${jarsign.alias}</alias>
<signedjar>${project.build.directory}/signed/${project.build.finalName}.jar</signedjar>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<passphrase>${gpg.passphrase}</passphrase>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jdtaus.mojo</groupId>
<artifactId>jdtaus-container-mojo</artifactId>
<executions>
<execution>
<id>clean</id>
<phase>process-sources</phase>
<goals>
<goal>clean-sources</goal>
</goals>
<configuration>
<encoding>UTF-8</encoding>
<classPathElementsExcludeRegexp>.*jdtaus-core-api.*jar</classPathElementsExcludeRegexp>
</configuration>
</execution>
<execution>
<id>default</id>
<goals>
<goal>generate-container</goal>
</goals>
<configuration>
<moduleName>${pom.name}</moduleName>
<encoding>UTF-8</encoding>
<locale>en</locale>
<testMode>false</testMode>
<classPathElementsExcludeRegexp>.*jdtaus-core-api.*jar</classPathElementsExcludeRegexp>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<aggregate>false</aggregate>
<author>true</author>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<encoding>UTF-8</encoding>
<doctitle>${pom.name} Specification ${pom.version}</doctitle>
<linksource>true</linksource>
<nodeprecated>true</nodeprecated>
<quiet>false</quiet>
<verbose>false</verbose>
<serialwarn>false</serialwarn>
<show>public</show>
<source>1.5</source>
<windowtitle>${pom.name} Specification ${pom.version}</windowtitle>
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
<link>http://sites.jdtaus.org/jdtaus-commons/1.0.x/jdtaus-icons-api/apidocs</link>
</links>
</configuration>
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<configuration>
<sourceEncoding>UTF-8</sourceEncoding>
<targetJdk>1.5</targetJdk>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-changes-plugin</artifactId>
<configuration>
<issueLinkTemplate>http://bugzilla.jdtaus.org/cgi-bin/bugzilla/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</configuration>
</plugin>
</plugins>
</reporting>
</project>