maven-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.sourcegraph</groupId>
<artifactId>maven-plugin</artifactId>
<version>0.12.3</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sourcegraph</groupId>
<artifactId>maven-plugin</artifactId>
<packaging>jar</packaging>
<description>mavenPlugin</description>
<url>https://github.com/sourcegraph/scip-java</url>
<version>0.12.3</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>mavenPlugin</name>
<organization>
<name>com.sourcegraph</name>
<url>https://github.com/sourcegraph/scip-java</url>
</organization>
<scm>
<url>https://github.com/sourcegraph/scip-java</url>
<connection>scm:git:https://github.com/sourcegraph/scip-java.git</connection>
<developerConnection>scm:git:git@github.com:sourcegraph/scip-java.git</developerConnection>
</scm>
<developers>
<developer>
<id>jupblb</id>
<name>Michal Kielbowicz</name>
<url>https://github.com/jupblb</url>
<email>michal.kielbowicz@sourcegraph.com</email>
</developer>
<developer>
<id>chrapkowski-sg</id>
<name>Adam Chrapkowski</name>
<url>https://github.com/chrapkowski-sg</url>
<email>adam.chrapkowski@sourcegraph.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.6.3</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.6.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.2.1</version>
</dependency>
</dependencies>
</project>