![JAR search and dependency download from the Maven repository](/logo.png)
dib.swinglabs.swingx.swingx-painters.1.6.5-1.source-code.pom.xml Maven / Gradle / Ivy
The newest version!
<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>swingx-project</artifactId> <groupId>org.bidib.jbidib.swinglabs.swingx</groupId> <version>1.6.5-1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>swingx-painters</artifactId> <packaging>jar</packaging> <name>SwingX Painter Support</name> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>swingx-common</artifactId> <version>${project.version}</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>swingx-mavensupport</artifactId> <version>${project.version}</version> <type>jar</type> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.jhlabs</groupId> <artifactId>filters</artifactId> <type>jar</type> <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>swingx-testsupport</artifactId> <version>${project.version}</version> <type>jar</type> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <inherited>true</inherited> <configuration> <includes> <include>**/*Test.java,org.jdeskto.swingx.painter.AbstractPainterTest.java</include> </includes> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestFile>${project.generatedAnnotations}/META-INF/MANIFEST.MF</manifestFile> </archive> </configuration> </plugin> </plugins> </build> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy