![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.maven.org.tentackle.tentackle-update.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tentackle-update Show documentation
Show all versions of tentackle-update Show documentation
Tentackle Application Update Service
<?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> <parent> <groupId>org.tentackle</groupId> <artifactId>tentackle-parent</artifactId> <version>17.12.0.0</version> </parent> <artifactId>tentackle-update</artifactId> <packaging>jar</packaging> <name>Tentackle Update</name> <description>Tentackle Application Update Service</description> <url>https://tentackle.org</url> <dependencies> <dependency> <groupId>org.tentackle</groupId> <artifactId>tentackle-common</artifactId> <version>${project.version}</version> </dependency> </dependencies> <properties> <rootBasedir>${project.parent.basedir}</rootBasedir> </properties> <build> <plugins> <plugin> <groupId>org.tentackle</groupId> <artifactId>tentackle-maven-plugin</artifactId> <version>${project.version}</version> <executions> <execution> <id>analyze</id> <goals> <goal>analyze</goal> </goals> </execution> </executions> <configuration> <verbosity>info</verbosity> <showCompileOutput>true</showCompileOutput> <index>META-INF/RESOURCE-INDEX.LIST</index> </configuration> </plugin> </plugins> </build> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy