Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for issueManagement (0.24 sec)

  1. maven-core/src/test/resources-project-builder/url-no-decoding/pom.xml

        <developerConnection>scm:svn:svn+ssh://svn.apache.org/spacy%20path</developerConnection>
        <url>https://svn.apache.org/viewvc/spacy%20path</url>
      </scm>
      <issueManagement>
        <system>none</system>
        <url>https://issues.apache.org/spacy%20path</url>
      </issueManagement>
      <ciManagement>
        <system>none</system>
        <url>https://ci.apache.org/spacy%20path</url>
      </ciManagement>
      <distributionManagement>
        <repository>
    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)
  2. guava-bom/pom.xml

      <description>BOM for Guava artifacts</description>
      <url>https://github.com/google/guava</url>
      <inceptionYear>2010</inceptionYear>
    
      <issueManagement>
        <system>GitHub Issues</system>
        <url>https://github.com/google/guava/issues</url>
      </issueManagement>
    
      <licenses>
        <license>
          <name>Apache License, Version 2.0</name>
          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Dec 10 15:48:57 GMT 2020
    - 1.7K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/url-inheritance/pom.xml

      <scm>
        <url>https://parent.url/viewvc</url>
        <connection>https://parent.url/scm</connection>
        <developerConnection>https://parent.url/scm</developerConnection>
      </scm>
      <issueManagement>
        <url>https://parent.url/issues</url>
      </issueManagement>
      <ciManagement>
        <url>https://parent.url/ci</url>
      </ciManagement>
      <distributionManagement>
        <repository>
          <url>https://parent.url/dist</url>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.2K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/limited-inheritance/pom.xml

        <connection>http://parent.url/scm</connection>
        <developerConnection>https://parent.url/scm</developerConnection>
        <tag>parent-tag</tag>
      </scm>
      <issueManagement>
        <system>parent-issues</system>
        <url>https://parent.url/issues</url>
      </issueManagement>
      <ciManagement>
        <system>parent-ci</system>
        <url>https://parent.url/ci</url>
        <notifiers>
          <notifier>
            <type>irc</type>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jul 18 17:22:19 GMT 2022
    - 2.6K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/limited-inheritance/child/pom.xml

      <organization>
        <name>child-org</name>
      </organization>
    
      <scm>
        <developerConnection>https://child.url/scm</developerConnection>
      </scm>
      <issueManagement>
        <url>https://child.url/issues</url>
      </issueManagement>
      <ciManagement>
        <system>child-ci</system>
        <url>https://child.url/ci</url>
      </ciManagement>
      <distributionManagement>
        <repository>
          <id>child-distros</id>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.7K bytes
    - Viewed (0)
  6. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/MavenModelMerger.java

        @Override
        protected void mergeModel_IssueManagement(
                Model.Builder builder, Model target, Model source, boolean sourceDominant, Map<Object, Object> context) {
            IssueManagement src = source.getIssueManagement();
            if (src != null) {
                IssueManagement tgt = target.getIssueManagement();
                if (tgt == null) {
                    builder.issueManagement(src);
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 22.8K bytes
    - Viewed (0)
  7. android/guava-bom/pom.xml

      <description>BOM for Guava artifacts</description>
      <url>https://github.com/google/guava</url>
      <inceptionYear>2010</inceptionYear>
    
      <issueManagement>
        <system>GitHub Issues</system>
        <url>https://github.com/google/guava/issues</url>
      </issueManagement>
    
      <licenses>
        <license>
          <name>Apache License, Version 2.0</name>
          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Dec 10 15:48:57 GMT 2020
    - 1.5K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom

      <version>1.0-beta-2</version>
      <description>Tools to manage artifacts and deployment</description>
      <url>http://maven.apache.org/wagon</url>
    
      <issueManagement>
        <system>jira</system>
        <url>http://jira.codehaus.org/browse/WAGON</url>
      </issueManagement>
      <inceptionYear>2003</inceptionYear>
      <mailingLists>
        <mailingList>
          <name>Maven Wagon User List</name>
    Plain Text
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 27 10:08:56 GMT 2020
    - 5.7K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom

      <version>1.0-beta-2</version>
      <description>Tools to manage artifacts and deployment</description>
      <url>http://maven.apache.org/wagon</url>
    
      <issueManagement>
        <system>jira</system>
        <url>http://jira.codehaus.org/browse/WAGON</url>
      </issueManagement>
      <inceptionYear>2003</inceptionYear>
      <mailingLists>
        <mailingList>
          <name>Maven Wagon User List</name>
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 5.7K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom

          <archive>http://archive.plexus.codehaus.org/scm</archive>
        </mailingList>
      </mailingLists>
      <issueManagement>
        <system>JIRA</system>
        <url>http://jira.codehaus.org/browse/PLX</url>
      </issueManagement>
    
      <distributionManagement>
        <repository>
          <id>codehaus.org</id>
          <name>Plexus Central Repository</name>
    Plain Text
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 7.8K bytes
    - Viewed (0)
Back to top