MVN

com.jayway.maven.plugins.lab : maven-lab-plugin

Maven & Gradle

Apr 04, 2012
8 stars

maven-lab-plugin Maven Mojo · Maven plugin used to create labs that provide more code once a step has been completed. Labs are a useful way to learn new technologies, frameworks and tools.

<plugin>
    <groupId>com.jayway.maven.plugins.lab</groupId>
    <artifactId>maven-lab-plugin</artifactId>
    <version>1.0.1.RELEASE</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jayway.maven.plugins.lab : maven-lab-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1.RELEASE
  • Latest Release Candidate: 1.0.0.RC1

All Versions

Choose a version of com.jayway.maven.plugins.lab : maven-lab-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-lab-plugin-1.0.1.RELEASE
maven-lab-plugin-1.0.0.RELEASE
maven-lab-plugin-1.0.0.RC1

How to add a plugin to Maven

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

<plugin>
    <groupId>com.jayway.maven.plugins.lab</groupId>
    <artifactId>maven-lab-plugin</artifactId>
    <version>1.0.1.RELEASE</version>
</plugin>

Advertisement