Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for Connections (0.23 sec)

  1. pom.xml

    			<distribution>repo</distribution>
    		</license>
    	</licenses>
    	<organization>
    		<name>CodeLibs Project</name>
    		<url>https://www.codelibs.org/</url>
    	</organization>
    	<scm>
    		<connection>scm:git:******@****.***:codelibs/corelib.git</connection>
    		<url>scm:git:******@****.***:codelibs/corelib.git</url>
    		<developerConnection>scm:git:******@****.***:codelibs/corelib.git</developerConnection>
    	</scm>
    	<parent>
    XML
    - Registered: Fri Apr 26 20:58:09 GMT 2024
    - Last Modified: Thu Mar 07 01:58:02 GMT 2024
    - 4.3K bytes
    - Viewed (0)
  2. maven-bom/pom.xml

      <description>Bill Of Materials for Apache Maven dependencies</description>
      <url>https://maven.apache.org/ref/${project.version}/${project.artifactId}</url>
    
      <scm>
        <connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection>
        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection>
        <tag>maven-4.0.0-alpha-10</tag>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 7.4K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

          </otherArchives>
        </mailingList>
      </mailingLists>
    
      <prerequisites>
        <maven>2.0.1</maven>
      </prerequisites>
    
      <scm>
        <url>https://project.url/trunk</url>
        <connection>https://project.url/scm</connection>
        <developerConnection>https://project.url/scm</developerConnection>
        <tag>TAG</tag>
      </scm>
      <issueManagement>
        <system>issues</system>
        <url>https://project.url/issues</url>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.6K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

          </otherArchives>
        </mailingList>
      </mailingLists>
    
      <prerequisites>
        <maven>2.0.1</maven>
      </prerequisites>
    
      <scm>
        <url>https://project.url/trunk</url>
        <connection>https://project.url/scm</connection>
        <developerConnection>https://project.url/scm</developerConnection>
        <tag>TAG</tag>
      </scm>
      <issueManagement>
        <system>issues</system>
        <url>https://project.url/issues</url>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.8K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/url-no-decoding/pom.xml

      </description>
    
      <!-- some URLs using percent-encoded characters -->
      <url>https://maven.apache.org/spacy%20path</url>
      <scm>
        <connection>scm:svn:svn+ssh://svn.apache.org/spacy%20path</connection>
        <developerConnection>scm:svn:svn+ssh://svn.apache.org/spacy%20path</developerConnection>
        <url>https://svn.apache.org/viewvc/spacy%20path</url>
      </scm>
      <issueManagement>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.1K bytes
    - Viewed (0)
  6. pom.xml

    			<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
    			<distribution>repo</distribution>
    		</license>
    	</licenses>
    	<scm>
    		<connection>scm:git:******@****.***:codelibs/jcifs.git</connection>
    		<developerConnection>scm:git:******@****.***:codelibs/jcifs.git</developerConnection>
    		<url>https://github.com/codelibs/jcifs</url>
    	</scm>
    	<parent>
    		<groupId>org.sonatype.oss</groupId>
    XML
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Thu Jan 04 13:19:42 GMT 2024
    - 9.3K bytes
    - Viewed (1)
  7. maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

            <otherArchive>http://maven.notifications.markmail.org/</otherArchive>
          </otherArchives>
        </mailingList>
      </mailingLists>
      <scm>
        <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk</connection>
        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk</developerConnection>
        <url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk</url>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Aug 03 09:29:10 GMT 2023
    - 22.4K bytes
    - Viewed (0)
  8. maven-compat/src/main/mdo/profiles.mdo

        <class>
          <name>RepositoryBase</name>
          <version>1.0.0</version>
          <description><![CDATA[
             Repository contains the information needed
             for establishing connections with remote repository
          ]]></description>
          <fields>
            <field>
              <name>id</name>
              <version>1.0.0</version>
              <description><![CDATA[
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Jan 03 21:08:35 GMT 2023
    - 13.8K bytes
    - Viewed (0)
  9. apache-maven/src/assembly/maven/conf/settings.xml

        </proxy>
        -->
      </proxies>
    
      <!-- servers
       | This is a list of authentication profiles, keyed by the server-id used within the system.
       | Authentication profiles can be used whenever maven must make a connection to a remote server.
       |-->
      <servers>
        <!-- server
         | Specifies the authentication information to use when connecting to a particular server, identified by
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jun 19 15:06:01 GMT 2023
    - 11K bytes
    - Viewed (0)
  10. pom.xml

    		<name>CodeLibs</name>
    		<url>https://fess.codelibs.org/</url>
    	</organization>
    	<issueManagement>
    		<url>https://github.com/codelibs/fess/issues</url>
    	</issueManagement>
    	<scm>
    		<connection>scm:git:******@****.***:codelibs/fess.git</connection>
    		<developerConnection>scm:git:******@****.***:codelibs/fess.git</developerConnection>
    		<url>https://github.com/codelibs/fess</url>
    	</scm>
    	<parent>
    		<groupId>org.codelibs.fess</groupId>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
Back to top