Skip to content

Ant builds do not use version numbers, Maven does. Going from Ant to Maven can be made a hassle by trying to find the version number of old jars or if they are modified.

License

Notifications You must be signed in to change notification settings

meridsa/Jar-Version-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jar-Version-Finder

Ant builds do not use version numbers, Maven does. Going from Ant to Maven can be made a hassle by trying to find the versions old jars/ears/wars have used. Uses a python script to find jars in a directory. Calculates their sha 1 checksums and searches https://repository.sonatype.org/ with it. Outputs a csv with the format

FILE NAME GROUPID ARTIFACTID VERSION DATE UPLOADED CHECKSUM
filename1.jar com.comp thingy 2.3 21-11-12 checksum1
filename2.ear notFound notFound notFound notFound checksum2
filename3.war org.organ dongy 1.4.1 04-01-16 checksum3
etc

in a named csv (you choose name)

About

Ant builds do not use version numbers, Maven does. Going from Ant to Maven can be made a hassle by trying to find the version number of old jars or if they are modified.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages