Updates a Pax-Construct project or (when run in the scripts directory) the installed scripts to the latest version
mvn pax:update [-Dversion=...]
Mojo Attributes:
| Name | Type | Description |
|---|---|---|
| m_factory | ArtifactFactory |
Component factory for Maven artifacts |
| m_resolver | ArtifactResolver |
Component for resolving Maven artifacts |
| m_source | ArtifactMetadataSource |
Component for resolving Maven metadata |
| targetDirectory | File |
The directory containing the POM to be updated. Default value is ${project.basedir}. |
| version | String |
The version of Pax-Construct to update to. |
Component factory for Maven artifacts
org.apache.maven.artifact.factory.ArtifactFactoryNoorg.apache.maven.artifact.resolver.ArtifactResolverNoorg.apache.maven.artifact.metadata.ArtifactMetadataSourceNojava.io.FileNo${targetDirectory}${project.basedir}java.lang.StringNo${version}