Versions Compared

Key

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

...

  1. Go to your home directory and find the folder ".m2".
  2. In there might be a file called "settings.xml".
  3. If there is no such file, create a new file called settings.xml.
  4. Open that file. If it's empty add the following lines to it:
Code Block
languagexml
<settings>
	<profiles>
		<profile>
			<id>dev</id>
			<properties>
				<property-you-like-to-override>value</property-you-like-to-override>
			</properties>
		</profile>
	</profiles>
</settings>

Replace "property-you-like-to-override" with the name of the property you want to override, and "value" with the value. Replace the profile id (in the example "dev") with the id of the profile you want a certain value to be used. In the above example the property "property-you-like-to-override" will have the value "value" when Maven is ru

Filter by label (Content by label)
showLabelsfalse
max5
spacesCHC
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "CHC"
labelskb-how-to-article

...