@Mojo(name="atlassian-spring-scanner",
threadSafe=true,
defaultPhase=PREPARE_PACKAGE,
requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
public class AtlassianSpringScannerMojo
extends org.apache.maven.plugin.AbstractMojo
Use it by configuring the pom with:
<build>
<plugins>
<plugin>
<groupId>com.atlassian.plugins</groupId>
<artifactId>atlassian-spring-scanner-maven-plugin</artifactId>
<version>${project.version}#60;/version>
<executions>
<execution>
<goals>
<goal>atlassian-spring-scanner</goal>
</goals>
<phase>process-classes</phase>
</execution>
</executions>
<configuration>
<... optional configuration here>
</configuration>
</plugin>
</plugins>
</build>
| Constructor and Description |
|---|
AtlassianSpringScannerMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
Copyright © 2019 Atlassian. All rights reserved.