Skip to main content

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

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



Back to the top