[rules-users] Updating project repositories

Joe White Joe.White at recondotech.com
Thu Mar 20 14:01:02 EDT 2014


I have updated my repository configuration but when I build and deploy by package two things happen:

-          The jar only gets deployed to my local repo it doesn't go out to the remote instance

-          The pom doesn't contain the full repository configuration when deployed. The <snapshot> and <releases> config are dropped

Am I missing a piece of config to get the jar pushed out to my remote repo?

My repository config inside the WB:
<repositories>
                <repository>
                    <id>recondo-repo</id>
                    <name>papaafrepo001-releases</name>
                    <releases>
                        <enabled>true</enabled>
                        <updatePolicy>always</updatePolicy>
                        <checksumPolicy>fail</checksumPolicy>
                    </releases>
                    <snapshots>
                        <enabled>true</enabled>
                        <updatePolicy>always</updatePolicy>
                        <checksumPolicy>fail</checksumPolicy>
                    </snapshots>
                    <url>http://papaafrepo001.recondo.vci:8081/artifactory/repo</url>
                </repository>
            </repositories>

Repo config inside the deployed pom:
<repositories>
    <repository>
      <id>recondo-repo</id>
      <name>papaafrepo001-releases</name>
      <url>http://papaafrepo001.recondo.vci:8081/artifactory/repo</url>
    </repository>
  </repositories>


Joe White
CIO Technology Enabled Services
303-974-2849 (Office)
720-232-9023 (Cell)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20140320/f8e388a0/attachment-0001.html 


More information about the rules-users mailing list