progress
This commit is contained in:
parent
0e053b77e0
commit
8c7fde6567
50 changed files with 2066 additions and 581 deletions
161
configuration/kie-wb/settings.xml
Normal file → Executable file
161
configuration/kie-wb/settings.xml
Normal file → Executable file
|
|
@ -12,12 +12,6 @@
|
|||
<password>tomcat</password>
|
||||
</server>
|
||||
|
||||
<server>
|
||||
<id>nheron-release</id>
|
||||
<username>nheron</username>
|
||||
<password>blqndinejavacamille</password>
|
||||
</server>
|
||||
|
||||
<server>
|
||||
<id>chtijbug-release</id>
|
||||
<username>chtijbug-dev</username>
|
||||
|
|
@ -66,17 +60,6 @@
|
|||
<username>drools-user</username>
|
||||
<password>c9dk4Hjd</password>
|
||||
</server>
|
||||
<server>
|
||||
<id>sonatype-nexus-snapshots</id>
|
||||
<username>yxEbjet+</username>
|
||||
<password>49W6WY9RpIcx2mR7lbNBdov2/t/a6Es5hwtct+5ngoXd</password>
|
||||
</server>
|
||||
<server>
|
||||
<id>sonatype-nexus-staging</id>
|
||||
<username>yxEbjet+</username>
|
||||
<password>49W6WY9RpIcx2mR7lbNBdov2/t/a6Es5hwtct+5ngoXd</password>
|
||||
</server>
|
||||
|
||||
</servers>
|
||||
|
||||
|
||||
|
|
@ -115,6 +98,36 @@
|
|||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>pymma-release</id>
|
||||
<name>chtijbug repo release</name>
|
||||
<url>http://nexus.pymma-software.com/nexus/content/repositories/pymma-release/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>always</updatePolicy>
|
||||
<checksumPolicy>ignore</checksumPolicy>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>always</updatePolicy>
|
||||
<checksumPolicy>ignore</checksumPolicy>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>pymma-snapshot</id>
|
||||
<name>chtijbug repo release</name>
|
||||
<url>http://nexus.pymma-software.com/nexus/content/repositories/pymma-snapshot/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>always</updatePolicy>
|
||||
<checksumPolicy>ignore</checksumPolicy>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>always</updatePolicy>
|
||||
<checksumPolicy>ignore</checksumPolicy>
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
|
||||
<repository>
|
||||
|
|
@ -325,122 +338,10 @@
|
|||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
<properties>
|
||||
<gpg.executable>gpg</gpg.executable>
|
||||
<gpg.passphrase>blqndine</gpg.passphrase>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
|
||||
<profile>
|
||||
<id>pymma-developpeur</id>
|
||||
|
||||
|
||||
<repositories>
|
||||
|
||||
|
||||
<repository>
|
||||
<id>jboss-developer-repository-group</id>
|
||||
<name>JBoss.org Developer Repository Group</name>
|
||||
<url>https://repository.jboss.org/nexus/content/groups/developer/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jboss-public-repository-group</id>
|
||||
<name>JBoss Public Repository Group</name>
|
||||
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>never</updatePolicy>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>never</updatePolicy>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jskywayperspectives</id>
|
||||
<name>skywayperspectives</name>
|
||||
<url>http://downloads.skywayperspectives.org/maven-repo/</url>
|
||||
|
||||
</repository>
|
||||
|
||||
</repositories>
|
||||
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>kie-staging-repository-group</id>
|
||||
<name>KIE Staging Repositories</name>
|
||||
<url>https://repository.jboss.org/nexus/content/groups/kie-group</url>
|
||||
<layout>default</layout>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>never</updatePolicy>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
<updatePolicy>never</updatePolicy>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>jboss-public-repository-group</id>
|
||||
<name>JBoss Public Maven Repository Group</name>
|
||||
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
|
||||
<layout>default</layout>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>never</updatePolicy>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>never</updatePolicy>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
<properties>
|
||||
<gpg.executable>gpg</gpg.executable>
|
||||
<gpg.passphrase>blqndine</gpg.passphrase>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
|
||||
<profile>
|
||||
<id>oss-developpeur</id>
|
||||
|
||||
|
||||
<properties>
|
||||
<gpg.executable>gpg</gpg.executable>
|
||||
<gpg.passphrase>blqndine</gpg.passphrase>
|
||||
</properties>
|
||||
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>sonatype-plus-releases</id>
|
||||
<name>sonatype-plus</name>
|
||||
<url>http://oss.sonatype.org/content/repositories/releases/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>interval:20</updatePolicy>
|
||||
</releases>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>sonatype-plus-snapshots</id>
|
||||
<name>sonatype-plus</name>
|
||||
<url>http://oss.sonatype.org/content/repositories/snapshots/</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>interval:20</updatePolicy>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
|
||||
|
||||
</profiles>
|
||||
<activeProfiles>
|
||||
|
|
|
|||
|
|
@ -617,26 +617,4 @@
|
|||
<remote-destination host="localhost" port="25"/>
|
||||
</outbound-socket-binding>
|
||||
</socket-binding-group>
|
||||
<deployments>
|
||||
<deployment name="kie-wb.war" runtime-name="kie-wb.war">
|
||||
<fs-archive path="/Users/nheron/workspace-chtiJBUG/code-7.5/pymma-jbpm-platform/kie-wb/target/kie-wb.war"/>
|
||||
</deployment>
|
||||
<deployment name="kie-server.war" runtime-name="kie-server.war">
|
||||
<fs-archive
|
||||
path="/Users/nheron/workspace-chtiJBUG/code-7.5/pymma-jbpm-platform/drools-framework-kie-server-parent/drools-framework-kie-server-webapp/target/kie-server.war"/>
|
||||
</deployment>
|
||||
<deployment name="swimmingpool-web.war" runtime-name="swimmingpool-web.war">
|
||||
<fs-archive
|
||||
path="/Users/nheron/workspace-chtiJBUG/code-7.5/pymma-jbpm-platform/drools-framework-examples/drools-framework-swimmingpool-web-ui/target/swimmingpool-web.war"/>
|
||||
</deployment>
|
||||
<deployment name="kie#mariadb-1.3.4#" runtime-name="kie#mariadb-1.3.4#">
|
||||
<content sha1="7a491a4fcd6416ca29dd4f35d3625c4205f6ecbd"/>
|
||||
</deployment>
|
||||
<deployment name="kie#mysql-5.1.38#" runtime-name="kie#mysql-5.1.38#">
|
||||
<content sha1="dbbd7cd309ce167ec8367de4e41c63c2c8593cc5"/>
|
||||
</deployment>
|
||||
<deployment name="kie#postgresql-9.4.1207#" runtime-name="kie#postgresql-9.4.1207#">
|
||||
<content sha1="f2ea471fbe4446057991e284a6b4b3263731f319"/>
|
||||
</deployment>
|
||||
</deployments>
|
||||
</server>
|
||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue