indexer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.codehaus.mevenide</groupId>
<artifactId>indexer</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>
<artifactId>netbeans-libs</artifactId>
<groupId>org.codehaus.mevenide</groupId>
<version>3.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>indexer</artifactId>
<packaging>nbm</packaging>
<name>NetBeans Maven2 Repository Indexer</name>
<version>3.1.4</version>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>1.0-alpha-43</version> <!-- real version is actually 43-SNAPSHOT-->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.mevenide</groupId>
<artifactId>indexer-libs</artifactId>
<version>${mevenide.nb.release}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-io</artifactId>
<version>${netbeans.release}</version>
</dependency>
<dependency>
<groupId>org.codehaus.mevenide</groupId>
<artifactId>nb-mvn-embedder</artifactId>
<version>${mevenide.nb.release}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-util</artifactId>
<version>${netbeans.release}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-api-progress</artifactId>
<version>${netbeans.release}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>nbm-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>