oostendo / python-zxing

python wrapper for the ZXing barcode library
http://code.google.com/p/zxing
274 stars 103 forks source link

Unnecessary to perform 'mvn install' more than once #20

Open alanrgan opened 7 years ago

alanrgan commented 7 years ago

You only need to run mvn install once from the zxing directory, and considering that working zxing-X.jar files already exist in the core/target/ and javase/target/ directories, I'm not sure the wget ... lines are necessary either.