Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1, EE-3.0.0.GA_P01
-
Fix Version/s: EE-3.0.0.GA_P01, 3.2
-
Component/s: Push Library
-
Labels:None
-
Environment:ICEpush
Description
As I was trying to create a version of the ICEpush library for the Maven central repo, I noticed that the icepush.jar contains more than just the class files required for the library. It also contains a src.zip file as well as all the .java files. We should look at removing these and supplying the source and javadoc jars separately (as per the Maven requirements).
Resolving as fixed. Adjusted builds to exclude src.zip and *.java files from final icepush.jar.