directoryToZip
we add the file
to the zip archive represented by
zos
.File
that contains a file to the root directory of the working project.target/commons-release-plugin/scm
directory../target/site
directory and compresses it to
./target/commons-release-plugin/site.zip
.CommonsDistributionStagingMojo.workingDirectory
into
the directory structure of the distribution staging repository.RELEASE-NOTES.txt
file from the base directory of the
project and copies it into CommonsDistributionStagingMojo.workingDirectory
.target/commons-release-plugin
so that the CommonsDistributionStagingMojo
can find the artifacts later.target/site
directory and adds all of the files
to the CommonsSiteCompressionMojo.filesToCompress
List
.md5
signature file from a given file.sha1
signature file from a given file.workingDirectory
parameter.CommonsDistributionStagingMojo.username
.MavenProject
object is essentially the context of the maven build at
a given time.CommonsDistributionStagingMojo.basedir
field, specifically
for the usage in the unit tests.target/commons-release-plugin
directory for the purpose of being uploade by
the CommonsDistributionStagingMojo
.target
that we use as a sandbox for the plugin.target/commons-release-plugin
, but
that assumes that we're using the default maven ${project.build.directory}
.${project.build.directory}
, this becomes target/commons-release-plugin
.fileList
to a site.zip
file
in the workingDirectory
.Copyright © 2018 The Apache Software Foundation. All rights reserved.