Maven Repository - POM file for Build nebula-project-plugin 1.12.9 1.12.9

Summary

nebula-project-plugin.

Gradle plugin to setup a responsible Gradle project.

Declaration

Here is the list of declaration for nebula-project-plugin. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.netflix.nebula</groupId>
   <artifactId>nebula-project-plugin</artifactId>
   <version>1.12.9</version>
</dependency>

If you think this Maven repository POM file listing for nebula-project-plugin is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The nebula-project-plugin-1.12.9 has 11 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Developmentnebula-core 1.12.2
Common classes that plugins might need
34
Buildgradle-contacts-plugin 1.12.4
Plugin to specify and publish who the owner of a project is
33
Buildgradle-info-plugin 1.12.3
Gradle plugin collect and provide information about the environment
15
Buildnebula-test 1.12.2
Test harness for Gradle plugins
15
Developmentnebula-core 1.12.2
Common classes that plugins might need
34
Buildgradle-contacts-plugin 1.12.4
Plugin to specify and publish who the owner of a project is
33
Buildgradle-info-plugin 1.12.3
Gradle plugin collect and provide information about the environment
15




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.netflix.nebula</groupId>
  <artifactId>nebula-project-plugin</artifactId>
  <version>1.12.9</version>
  <dependencies>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>nebula-core</artifactId>
      <version>1.12.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>nebula-publishing-plugin</artifactId>
      <version>1.12.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>gradle-contacts-plugin</artifactId>
      <version>1.12.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>gradle-dependency-lock-plugin</artifactId>
      <version>1.12.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>gradle-info-plugin</artifactId>
      <version>1.12.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>nebula-test</artifactId>
      <version>1.12.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>nebula-core</artifactId>
      <version>1.12.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>nebula-publishing-plugin</artifactId>
      <version>1.12.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>gradle-contacts-plugin</artifactId>
      <version>1.12.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>gradle-dependency-lock-plugin</artifactId>
      <version>1.12.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>gradle-info-plugin</artifactId>
      <version>1.12.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>nebula-project-plugin</name>
  <description>Gradle plugin to setup a responsible Gradle project</description>
  
  <url>https://github.com/nebula-plugins/nebula-project-plugin</url>
  <scm>
    <url>scm:git://github.com/nebula-plugins/nebula-project-plugin.git</url>
    <connection>scm:git://github.com/nebula-plugins/nebula-project-plugin.git</connection>
  </scm>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
</project>