ELSGestion / els-sie-xsl-lib

A set of XSL libraries
5 stars 1 forks source link

Company-Internal Nexus Repositories referenced in pom.xom #12

Closed jimetevenard closed 4 years ago

jimetevenard commented 4 years ago

Cf. pom.xml, internal repositories http://nexus.lefebvre-sarrut.eu/ and http://srvic/ are referenced in this (public) project.

<distributionManagement>
    <repository>
      <id>nexus-releases</id>
      <url>http://nexus.lefebvre-sarrut.eu/repository/releases</url>
      <layout>default</layout>
    </repository>
    <snapshotRepository>
      <id>nexus-snapshots</id>
      <url>http://nexus.lefebvre-sarrut.eu/repository/snapshots</url>
      <layout>default</layout>
    </snapshotRepository>
    <site>
      <id>xslLib</id>
      <name>xslLib website</name>
      <url>file:///var/www/html/Artefact/${project.groupId}/${project.artifactId}/${project.version}/</url>
      <!--Site : http://srvicprd/Artefact/-->
    </site>
  </distributionManagement>

  <pluginRepositories>
    <pluginRepository>
      <id>nexus-public</id>
      <url>http://srvic/nexus/content/groups/public</url>
      <layout>default</layout>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </pluginRepository>
  </pluginRepositories>