Last Version

MAVEN PROCESSOR PLUGIN PARENT (JDK8) 5.0-jdk8-rc3

A maven plugin to process annotation for jdk6 at compile time This plugin helps to use from maven the new annotation processing provided by JDK6 integrated in java compiler This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.codehaus.org/apt-maven-plugin/

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.bsc.maven
ArtifactId

ArtifactId

maven-processor-plugin-parent
Version

Version

5.0-jdk8-rc3
Type

Type

pom
Description

Description

MAVEN PROCESSOR PLUGIN PARENT (JDK8)
A maven plugin to process annotation for jdk6 at compile time This plugin helps to use from maven the new annotation processing provided by JDK6 integrated in java compiler This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.codehaus.org/apt-maven-plugin/
Project URL

Project URL

https://github.com/bsorrentino/maven-annotation-plugin
Source Code Management

Source Code Management

https://github.com/bsorrentino/maven-annotation-plugin

Download maven-processor-plugin-parent 5.0-jdk8-rc3


<!-- https://jarcasting.com/artifacts/org.bsc.maven/maven-processor-plugin-parent/ -->
<dependency>
    <groupId>org.bsc.maven</groupId>
    <artifactId>maven-processor-plugin-parent</artifactId>
    <version>5.0-jdk8-rc3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bsc.maven/maven-processor-plugin-parent/
implementation 'org.bsc.maven:maven-processor-plugin-parent:5.0-jdk8-rc3'
// https://jarcasting.com/artifacts/org.bsc.maven/maven-processor-plugin-parent/
implementation ("org.bsc.maven:maven-processor-plugin-parent:5.0-jdk8-rc3")
'org.bsc.maven:maven-processor-plugin-parent:pom:5.0-jdk8-rc3'
<dependency org="org.bsc.maven" name="maven-processor-plugin-parent" rev="5.0-jdk8-rc3">
  <artifact name="maven-processor-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bsc.maven', module='maven-processor-plugin-parent', version='5.0-jdk8-rc3')
)
libraryDependencies += "org.bsc.maven" % "maven-processor-plugin-parent" % "5.0-jdk8-rc3"
[org.bsc.maven/maven-processor-plugin-parent "5.0-jdk8-rc3"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

  • processor/pom-jdk8.xml
  • utils/pom-jdk8.xml
  • compiler-jdk8