Spring-Maven
Spring-Maven
This is the build/run options settings for a Spring-Maven project.
The project.build described below refers to the <project> <build></build> </project> in the pom.xml file.

pom.xml path - The path to the
pom.xmlfile. The default setting ispom.xmlin the top-level path of the project.Automatically set
pom.xmlpath when container runs - If checked, automatically locate and set the pom.xml location when accessing the container. The top-levelpom.xmlis prioritised.The lower property values will be set automatically by changing the
pom.xmlpath, saving thepom.xmlfile, or referencing the file when the project is run. At this time, theproject.propertiesset in thepom.xmlare also read and applied.
Deploy path - This is the path that
Tomcatlooks at when running the project. The [Project]>[Toggle Auto Build] feature will also compile and copy files based on this path. The path is set toproject.build.directory/project.build.finalNamein thepom.xml.Command variable:
${java.set.deploy.path}
Source path - set to
project.build.sourceDirectoryin thepom.xml.Command variable:
${java.set.src_path}
Build path - set to
project.build.outputDirectoryin thepom.xml.Command variable:
${java.set.build.path}
Log file path - Set the path to the log file.
The set in of the pom.xml are also available.
Reads the
profile.propertieswhereproject.profiles.profile.activation.activeByDefaultis set to true.If the variable names are the same as those in the existing
project.properties, the values set inproject.profileswill take precedence.
Last updated
Was this helpful?