MVN

cd.connect.plugins : connect-prescan-plugin

Maven & Gradle

Apr 03, 2018

connect-prescan-plugin · Maven plugin to scan the classpath of the project being built and create a prescan file. The prescan file contains paths to resources, web-fragment.xml and web.xml files. This is used by the WebRunner to speed up start up of web applications.

<plugin>
    <groupId>cd.connect.plugins</groupId>
    <artifactId>connect-prescan-plugin</artifactId>
    <version>1.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cd.connect.plugins : connect-prescan-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of cd.connect.plugins : connect-prescan-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4
connect-prescan-plugin-1.4
1.3
connect-prescan-plugin-1.3
1.2
connect-prescan-plugin-1.2
1.1
connect-prescan-plugin-1.1

How to add a plugin to Maven

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

<plugin>
    <groupId>cd.connect.plugins</groupId>
    <artifactId>connect-prescan-plugin</artifactId>
    <version>1.4</version>
</plugin>