...
Special Considerations
Utilize the SOA Extend Classpath
environment environment variable to extend the plugin classpath to allow the compile to succeed with custom java classes or xpath functions.
...
The revision for a composite is calculated unless either Composite Revision
(plugin input) is used or SOA Overwrite Revision
(project property) is checked. The input will override all revision logic and use the value that is passed in. If the input is empty and the project property is unchecked, then the plugin will determine the largest revision on the server and increment the revision before deploying. The revision format is N.nn[.nn][.nn]
with with an initial value of 1.0, with
N
– – initial segment that will increment with no limitation
nn
– – 0 through 99, when segment hits 100 it rolls to the next higher segment
Current revision | Next revision |
---|---|
1.0 | 1.01 |
1.99 | 2.00 |
1.0.0 | 1.0.01 |
1.0.99 | 1.01.00 |
Configuration Plans
...