Is it possible to pass the Maven Source Config Type Group ID and Artifact ID values as part of the component process? The documentation only mentions ${p:component.id} and ${p:component.name}.
You can create your own external source configuration types to use for your components in DA 6.1.5 and later. This KB item is for DA 6.2. If you are using DA 6.1.5, see the related KB item, S142231 .
If a component is configured with source type Maven and a user specifies a non-existent version number during a manual import request, DA would create an empty component version with this non-existent version number. Request that this be changed to log this as a non-existent version and do not create a version if none exists in Maven/Artifactory.
Step 6: Configure and add a component version 1. Select Home Menu | Management | Components and DemoComponent now appears 2. Click DemoComponent 3. Click Details then Edit 4. From the Source Config Type drop down, select File System (Versioned) 5. Supply a value for Base Path e.g. c:\ da \democomp1 and click Save 6. Create the Base path on the DA server machine, along with a version subdirectory: e.g.
In DA go to Management | Components click on Create Component Specify the following values for: o Name: ArtComp1 o Source Config Type : Artifactory – Folder Based o Server URL: http://localhost:8081/artifactory o Username: admin o Password: password o Repository: example-repo-local SDA 6.14 Artifactory Tutorial Page 9
A component was created in SDA with Source Config Type of PVCS. When an attempt was made to import versions from PVCS nothing happened, there were no messages on screen to indicate failure or warnings as to what the problems were that prevented the versions from being imported.