File tree Expand file tree Collapse file tree 6 files changed +31
-0
lines changed
sdk-extension-usage-examples
sdk-generate-entity-models-maven-plugin Expand file tree Collapse file tree 6 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 3737 <version >25.4-SNAPSHOT</version >
3838 </parent >
3939
40+ <name >ALM Octane REST API SDK Extension</name >
41+ <description >
42+ Extension of ALM Octane Java REST SDK, can be used for more advanced use cases.
43+ </description >
44+ <url >https://github.com/MicroFocus/ALMOctaneJavaRESTSDK</url >
45+
4046 <modelVersion >4.0.0</modelVersion >
4147 <artifactId >sdk-extension-src</artifactId >
4248
Original file line number Diff line number Diff line change 3737 <version >25.4-SNAPSHOT</version >
3838 </parent >
3939
40+ <name >ALM Octane REST API SDK Extension Examples</name >
41+ <description >
42+ Examples for the extension of ALM Octane Java REST SDK, can be used for more advanced use cases.
43+ </description >
44+ <url >https://github.com/MicroFocus/ALMOctaneJavaRESTSDK</url >
45+
4046 <modelVersion >4.0.0</modelVersion >
4147 <artifactId >sdk-extension-usage-examples</artifactId >
4248
Original file line number Diff line number Diff line change 3939 <modelVersion >4.0.0</modelVersion >
4040 <packaging >maven-plugin</packaging >
4141
42+ <name >ALM Octane REST API SDK Entity Models Maven Plugin</name >
43+ <description >
44+ Maven plugin for generating entity models for ALM Octane.
45+ </description >
46+ <url >https://github.com/MicroFocus/ALMOctaneJavaRESTSDK</url >
47+
4248 <artifactId >sdk-generate-entity-models-maven-plugin</artifactId >
4349
4450 <build >
Original file line number Diff line number Diff line change 3737 </parent >
3838 <modelVersion >4.0.0</modelVersion >
3939
40+ <name >ALM Octane REST API SDK Integration Tests</name >
41+ <description >
42+ Integration tests for the ALM Octane REST API SDK.
43+ </description >
44+ <url >https://github.com/MicroFocus/ALMOctaneJavaRESTSDK</url >
45+
4046 <artifactId >sdk-integration-tests</artifactId >
4147 <properties >
4248 <skip-integration-tests >true</skip-integration-tests >
Original file line number Diff line number Diff line change 3535 <groupId >com.microfocus.adm.almoctane.sdk</groupId >
3636 <version >25.4-SNAPSHOT</version >
3737 </parent >
38+
39+ <name >ALM Octane REST API SDK</name >
40+ <description >The Java SDK that can be used to access Octane's REST API without worrying about REST or HTTP</description >
41+
3842 <modelVersion >4.0.0</modelVersion >
3943
4044 <artifactId >sdk-src</artifactId >
Original file line number Diff line number Diff line change 3737 </parent >
3838 <modelVersion >4.0.0</modelVersion >
3939
40+ <name >ALM Octane REST API SDK Examples</name >
41+ <description >Examples for the Java SDK that can be used to access Octane's REST API without worrying about REST or HTTP</description >
42+
4043 <artifactId >sdk-usage-examples</artifactId >
4144 <dependencies >
4245 <dependency >
You can’t perform that action at this time.
0 commit comments