Developers and Contributors

The Developers/Contributors sections in the POM file list the persons who contributed to the project. The developers are those who have commit rights to the project while the contributors does not have any commit rights.

Note: Modifying the values in the pom.xml does not automatically save the changes. You need to save the POM file to make the changes take effect.

The Developers can be configured in the More POM Information > Developers tab.

The Contributors can be configured in the More POM Information > Contributors tab.

To add a developer, and contributor, click New..., and fill in the values for the fields in the pop-up window. Then, click OK.

To edit a developer, and contributor , click Edit, and modify the values for the fields in the pop-up window. Then, click OK.

To remove a developer, or contributor, select the developer, or contributor from the list and click Remove.

Build Management

The Build Management contains the base set of elements of <build> configurations from the project pom.xml. To access this configuration, go to Build Settings > Build tab.

Build

To modify the build element, supply the values for the fields to be changed and save the file for the changes to take effect.

Filters and Extension

To add a extension and filter, click New..., and fill in the values for the fields in the pop-up window. Then, click OK.

To edit a extension and filter, click Edit, and modify the values for the fields in the pop-up window. Then, click OK.

To remove a extension and filter, select the extension and filter from the list and click Remove.

Build Resources

The build resources is an element inside the <build> configuration. This contains the resources configuration, and the location of the resources within the project. This can be configured in the Build Settings > Resource tab.

Note: Modifying the values in the pom.xml does not automatically save the changes. You need to save the POM file to make the changes take effect.

To add a resource, includes, and excludes, click New..., and fill in the values for the fields in the pop-up window. Then, click OK.

To edit a resource, includes, and excludes, click Edit, and modify the values for the fields in the pop-up window. Then, click OK.

To remove a resource, includes, and excludes, select the resource, includes, and excludes from the list and click Remove.