@Component(role=org.apache.maven.AbstractMavenLifecycleParticipant.class,
hint="detect-os")
public class DetectExtension
extends org.apache.maven.AbstractMavenLifecycleParticipant
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 |
---|
DetectExtension() |
Modifier and Type | Method and Description |
---|---|
void |
afterProjectsRead(org.apache.maven.execution.MavenSession session) |
Copyright © 2014–2020 Trustin Lee. All rights reserved.