[ https://issues.apache.org/jira/browse/XALANJ-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17830775#comment-17830775 ]
Joseph Kessselman commented on XALANJ-2650: ------------------------------------------- Re META-INF/services: See [https://stackoverflow.com/questions/17531625/how-to-include-a-config-file-in-the-meta-inf-services-folder-of-a-jar-using-ma|http://example.com] According to that discussion, the fix is to move META-INF/services from src/main/java to src/main/resources. Testing appears to confirm that. Change being checked in. Please confirm. *NOTE:* This META-INF/services mechanism apparently gets phased out after Java 8, in favor of a module-info.java file. But since we still support building and running on Java 8, I suspect we may wind up wanting to implement both. > The pom file for xalan 2.7.3 and serializer 2.7.3 misses license (regression > since 2.7.2) > ----------------------------------------------------------------------------------------- > > Key: XALANJ-2650 > URL: https://issues.apache.org/jira/browse/XALANJ-2650 > Project: XalanJ2 > Issue Type: Improvement > Security Level: No security risk; visible to anyone(Ordinary problems in > Xalan projects. Anybody can view the issue.) > Components: Xalan > Reporter: Vladimir Sitnikov > Assignee: Gary D. Gregory > Priority: Blocker > > See [https://repo1.maven.org/maven2/xalan/xalan/2.7.3/xalan-2.7.3.pom] > The <license> tag is missing, and 2.7.3 does not refer to a parent pom. > --- > Please: > 1) Specify the license via <license> tag > 2) Specify the license in the jar file (Bundle-License attribute in > META-INF/MANIFEST.MF), see > [https://docs.osgi.org/specification/osgi.core/7.0.0/framework.module.html#framework.module-bundle-license] > 3) Include license text as META-INF/LICENSE in the jar file. See > https://issues.apache.org/jira/browse/LEGAL-642 which clarifies each jar > should include a LICENSE file. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For additional commands, e-mail: dev-h...@xalan.apache.org