Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

-Dadditionalparam=-Xdoclint:none


Maven Projects

If you have imported an existing maven project into eclipse - you may run into eclipse-only build issues because the maven dependencies libarary is missing from project | Java Build Path | Maven Dependencies

Specific to WAR projects - insert the following in your .classpath file off the project

Code Block
	<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
		<attributes>
			<attribute name="maven.pomderived" value="true"/>
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
			<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
		</attributes>
	</classpathentry>



Install git-review

<<TODO: describe a Linux client set-up for Git and git-review>>

...