Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-build] CDDL license added to several projects

I think every project is going to have to remove their use of maven-remote-resources-plugin.

If we really want all produced jar files to include the LICENSE.md and NOTICE.md files, it seems like we should add that to the parent pom that most projects are using.  Is there any reason we shouldn't add the build-helper-maven-plugin configuration that I described a few weeks ago?


Jim Krueger wrote on 10/15/18 01:02 PM:
I looked and the jakartaee-stable projects also have this issue.   Is this something that is going to be fixed globally or do each of us need to address this separately?

On Fri, Oct 12, 2018 at 7:10 AM arjan tijms <arjan.tijms@xxxxxxxxx> wrote:
Hi,

Stuart mentioned that for Servlet the CDDL license was added, but upon checking it appears this is happening for more projects. It concerns the following that does this:

      <plugin>

                <groupId>org.apache.maven.plugins</groupId>

                <artifactId>maven-remote-resources-plugin</artifactId>

                <version>1.5</version>

                <executions>

                  <execution>

                    <goals>

                      <goal>process</goal>

                    </goals>

                    <configuration>

                      <resourceBundles>

                        <resourceBundle>org.glassfish:legal:1.1</resourceBundle>

                      </resourceBundles>

                    </configuration>

                  </execution>

                </executions>

            </plugin>


Might be good to go over all projects in the EE4J_8 branch one more time to make sure they're all removed.


Kind regards,

Arjan


_______________________________________________
ee4j-build mailing list
ee4j-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ee4j-build


_______________________________________________
ee4j-build mailing list
ee4j-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ee4j-build


Back to the top