@Mojo(name="detect",
defaultPhase=VALIDATE)
public class DetectMojo
extends org.apache.maven.plugin.AbstractMojo
os.detected.name
- normalized os.name
(e.g. linux
, osx
)os.detected.arch
- normalized os.arch
(e.g. x86_64
, x86_32
)os.detected.classifier
- a shortcut for 'os.detectedName'.'os.detectedArch'
(e.g. linux-x86_64
)Constructor and Description |
---|
DetectMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
Copyright © 2014–2020 Trustin Lee. All rights reserved.