yes its working when I am deploying archiva as my repo manager.

*Settings.xml*

<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0
http://maven.apache.org/xsd/settings-1.1.0.xsd";>

    <localRepository>D:\Repositories</localRepository>
                <servers>
                <server>
                        <id>droolssix</id>
                        <username>admin</username>
                        <password>$admin123$</password>
                </server>
                <server>
                  <id>bpmassets</id>
                  <username>deployment</username>
                  <password>jbossadmin</password>
                </server>
        </servers>
 </settings>



--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-BRMS-Build-Deploy-tp4030153p4030202.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to