| Group ID: |
com.github.dionmcm |
| Artifact ID: |
ncts-syndication-client-plugin |
| Last modified: |
25.01.2018 09:49 |
| Packaging: |
maven-plugin |
| Name: |
NCTS Syndication Client Maven Mojo |
| Description: |
Maven Mojo for downloading content from the National Clinical Terminology Service's syndication feed |
|
|
| Size: |
13.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/dionmcm/ncts-syndication-client-plugin/0.0.4/ncts-syndication-client-plugin-0.0.4.jar |
| POM: |
Show
hide
<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>com.github.dionmcm</groupId>
<artifactId>ncts-syndication-client</artifactId>
<version>0.0.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ncts-syndication-client-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>NCTS Syndication Client Maven Mojo</name>
<description>Maven Mojo for downloading content from the National Clinical Terminology Service's syndication feed</description>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>com.github.dionmcm</groupId>
<artifactId>ncts-syndication-client-library</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.5</version>
<scope>provided</scope>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.5</version>
</plugin>
</plugins>
</reporting>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.3</version>
<configuration>
<goalPrefix>index-builder</goalPrefix>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
<executions>
<execution>
<id>mojo-descriptor</id>
<goals>
<goal>descriptor</goal>
</goals>
</execution>
<execution>
<id>help-goal</id>
<goals>
<goal>helpmojo</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>com.github.dionmcm</groupId>
<artifactId>ncts-syndication-client-plugin</artifactId>
<version>0.0.4</version>
</dependency>
|
| Gradle: |
com.github.dionmcm:ncts-syndication-client-plugin:0.0.4 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
maven-plugin-annotations-3.5.jar
in org/apache/maven/plugin-tools/maven-plugin-annotations/3.5
-
[JAR]
maven-plugin-api-3.5.0.jar
in org/apache/maven/maven-plugin-api/3.5.0
-
[JAR]
ncts-syndication-client-library-${project.version}.jar
in com/github/dionmcm/ncts-syndication-client-library/${project.version}
|
| Dependency Graph: |
Show
Less
More
|