first commit
This commit is contained in:
commit
21ab9f2e54
79 changed files with 1298 additions and 0 deletions
83
ci_settings.xml
Normal file
83
ci_settings.xml
Normal file
|
@ -0,0 +1,83 @@
|
|||
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||
<servers>
|
||||
<server>
|
||||
<id>gitlab-simulife-interface</id>
|
||||
<configuration>
|
||||
<httpHeaders>
|
||||
<property>
|
||||
<name>Deploy-Token</name>
|
||||
<value>gldt-oXzbD7gTxcU5N7MQXfRx</value>
|
||||
</property>
|
||||
</httpHeaders>
|
||||
</configuration>
|
||||
</server>
|
||||
<server>
|
||||
<id>gitlab-simulife-view</id>
|
||||
<configuration>
|
||||
<httpHeaders>
|
||||
<property>
|
||||
<name>Deploy-Token</name>
|
||||
<value>gldt-dfgBxkL8LG8LvBBLPD1q</value>
|
||||
</property>
|
||||
</httpHeaders>
|
||||
</configuration>
|
||||
</server>
|
||||
<server>
|
||||
<id>gitlab-simulife-analysis</id>
|
||||
<configuration>
|
||||
<httpHeaders>
|
||||
<property>
|
||||
<name>Deploy-Token</name>
|
||||
<value>gldt-uu_c9XZiPiVg1G1M2dr5</value>
|
||||
</property>
|
||||
</httpHeaders>
|
||||
</configuration>
|
||||
</server>
|
||||
<server>
|
||||
<id>gitlab-simulife-simulation</id>
|
||||
<configuration>
|
||||
<httpHeaders>
|
||||
<property>
|
||||
<name>Deploy-Token</name>
|
||||
<value>gldt-u8dr9YuqjpSLCrzDJHsW</value>
|
||||
</property>
|
||||
</httpHeaders>
|
||||
</configuration>
|
||||
</server>
|
||||
<server>
|
||||
<id>gitlab-simulife-model</id>
|
||||
<configuration>
|
||||
<httpHeaders>
|
||||
<property>
|
||||
<name>Deploy-Token</name>
|
||||
<value>gldt-U8y4yGRA7AF1yFjPsPyL</value>
|
||||
</property>
|
||||
</httpHeaders>
|
||||
</configuration>
|
||||
</server>
|
||||
<server>
|
||||
<id>gitlab-simulife-elements</id>
|
||||
<configuration>
|
||||
<httpHeaders>
|
||||
<property>
|
||||
<name>Deploy-Token</name>
|
||||
<value>gldt-BsJxz_P_rRHL5euvnxjn</value>
|
||||
</property>
|
||||
</httpHeaders>
|
||||
</configuration>
|
||||
</server>
|
||||
<server>
|
||||
<id>gitlab-maven</id>
|
||||
<configuration>
|
||||
<httpHeaders>
|
||||
<property>
|
||||
<name>Deploy-Token</name>
|
||||
<value>gldt-Sao53kyYyxsjcof-AdQU</value>
|
||||
</property>
|
||||
</httpHeaders>
|
||||
</configuration>
|
||||
</server>
|
||||
</servers>
|
||||
|
||||
</settings>
|
Loading…
Add table
Add a link
Reference in a new issue