autoupdate
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.codehaus.mevenide</groupId>
<artifactId>autoupdate</artifactId>
<version>3.1.4</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.codehaus.mevenide</groupId>
<artifactId>netbeans</artifactId>
<version>3.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>autoupdate</artifactId>
<packaging>nbm</packaging>
<version>3.1.4</version>
<name>NetBeans Maven2 autoupdate site</name>
<description>Autoupdate server for Mevenide 2.0, the support for Maven2.</description>
<dependencies>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-autoupdate-services</artifactId>
<version>${netbeans.release}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-filesystems</artifactId>
<version>${netbeans.release}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-modules</artifactId>
<version>${netbeans.release}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>nbm-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>