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 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

Back to the top