MVN

org.ceylon-lang : ceylon-maven-plugin

Maven & Gradle

Aug 21, 2017
8 stars

Ceylon Maven Plugin

<plugin>
    <groupId>org.ceylon-lang</groupId>
    <artifactId>ceylon-maven-plugin</artifactId>
    <version>1.3.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ceylon-lang : ceylon-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.3
  • Latest Beta: 1.2.0-beta2

All Versions

Choose a version of org.ceylon-lang : ceylon-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
ceylon-maven-plugin-1.3.3
ceylon-maven-plugin-1.3.2.2
ceylon-maven-plugin-1.3.2.1
ceylon-maven-plugin-1.3.2
ceylon-maven-plugin-1.3.1
ceylon-maven-plugin-1.3.0
1.2.x
ceylon-maven-plugin-1.2.2
ceylon-maven-plugin-1.2.0
ceylon-maven-plugin-1.2.0-beta2
ceylon-maven-plugin-1.2.0-beta1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.ceylon-lang</groupId>
    <artifactId>ceylon-maven-plugin</artifactId>
    <version>1.3.3</version>
</plugin>

Advertisement