Hi, if you will publish it with another POM coordinate, be sure to also change package names of all Java classes inside. It's hard for Maven/Gradle to detect a classpath package clash with different coordinates. You could end up with 2 versions of xmlbeans on classpath! So separate Java package names is important, too.
So better get it out of attic! Uwe ----- Uwe Schindler Achterdiek 19, D-28357 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: pj.fanning [mailto:[email protected]] > Sent: Tuesday, February 20, 2018 2:26 PM > To: [email protected] > Subject: RE: publishing poi xmlbeans jars > > I have a small preference from getting xmlbeans out of the attic but I don't > know who to talk to about that. > Would someone be able to point us in then right direction? > > If the attic approach is politcally complicated, then proceeding with > publishing an org.apache.poi:xmlbeans shouldn't be hard. > > > > -- > Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev- > f2312866.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
