mirror of
https://github.com/apache/maven.git
synced 2025-02-07 18:49:20 +00:00
3ff84a5786
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290180 13f79535-47bb-0310-9956-ffa450edef68
14 lines
194 B
Plaintext
14 lines
194 B
Plaintext
+qa = QA environment
|
|
+prod = Production Environment
|
|
+dev = Dev environment
|
|
+test = Test environment
|
|
|
|
*tas.editor.stamp
|
|
{
|
|
qa = qaValue
|
|
prod = prodValue
|
|
dev = devValue
|
|
test = testValue
|
|
}
|
|
|