
org.codehaus.mevenide.netbeans.profiles.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nb-project Show documentation
Show all versions of nb-project Show documentation
Implementation of a Netbeans project backed by Maven2 POM files.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Project-local overrides to the build process based on detected or user-provided environmental parameters. --> <profilesXml xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd"> <!--profiles> <profile> <id>profile1</id> <properties> <prop1>value1</prop1> </properties> </profile> </profiles--> <!--activeProfiles> <activeProfile>profile1</activeProfile> </activeProfiles--> </profilesXml>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy