Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for image (0.18 sec)

  1. maven-core/plugin-manager.txt

     * load into the UI - having packed or unpacked plugins, and positioning resources if necessary -
     * maven can work out of the classloader, nexus plugins probably couldn't give the js and image
     * resources
     *
     * We need to look at Maven, and Nexus as use cases and figure out what each of them needs to be
     * able to do
     *
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jul 18 22:45:13 GMT 2022
    - 12.9K bytes
    - Viewed (0)
  2. maven-bom/src/site/site.xml

      <bannerLeft>
        <name>${project.name}</name>
        <src>https://maven.apache.org/images/apache-maven-project.png</src>
        <href>https://maven.apache.org/</href>
      </bannerLeft>
    
      <bannerRight>
        <src>https://maven.apache.org/images/maven-logo-black-on-white.png</src>
        <href>https://maven.apache.org/</href>
      </bannerRight>
    
      <skin>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 24 21:16:47 GMT 2024
    - 2.4K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/projects/project.xml

          <url>siteDistributionUrl</url>
        </site>
      </distributionManagement>
    
      <organization>
        <name>Apache Software Foundation</name>
        <url>http://apache.org/</url>
        <logo>/images/jakarta-logo-blue.gif</logo>
      </organization>
    
      <scm>
        <connection>anon-connection</connection>
        <developerConnection>developer-connection</developerConnection>
        <url>repository-url</url>
      </scm>
    
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Feb 28 22:49:30 GMT 2007
    - 4.6K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/projects/fully-populated-child.xml

          <url>childSiteDistributionUrl</url>
        </site>
      </distributionManagement>
    
      <organization>
        <name>Apache Software Foundation</name>
        <url>http://apache.org/</url>
        <logo>/images/jakarta-logo-blue.gif</logo>
      </organization>
    
      <scm>
        <connection>anon-connection</connection>
        <developerConnection>developer-connection</developerConnection>
        <url>repository-url</url>
      </scm>
    
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Feb 28 22:49:30 GMT 2007
    - 4.7K bytes
    - Viewed (0)
Back to top