Skip to content

Allows to determine how big a maven artifact is after install

License

Notifications You must be signed in to change notification settings

Omir85/PackageSize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PackageSize

Allows to determine how big a maven artifact is after install

Usage

Here is the way I use this tool in eclipse.

After importing the project, create a new Run configuration, with the following parameters:

  • Base directory is this project.
  • Goal is package.

The maven job it will then scan the content of your pom.xml and create the designated artifact in the local target directory (no need to install it in the repository). You can then check in the target directory about the size of your artifact.

About

Allows to determine how big a maven artifact is after install

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published