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


On 12 October 2018 at 13:10, 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