Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ejb (0.11 sec)

  1. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

        </dependencies>
      </dependencyManagement>
    
      <dependencies>
        <dependency>
          <groupId>org.apache.maven.its</groupId>
          <artifactId>dep</artifactId>
          <version>0.2</version>
          <type>ejb</type>
          <scope>test</scope>
          <optional>true</optional>
          <exclusions>
            <exclusion>
              <groupId>org.apache.maven.its</groupId>
              <artifactId>excluded-dep</artifactId>
    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)
  2. maven-compat/src/main/resources/META-INF/maven/plugin-expressions/project.paramdoc.xml

        <description>
          <![CDATA[
          This is a list of attachments to the main artifact produced by building the current POM.
          Attachments are derived works, based on the main build process, such as an ejb-client jar,
          project sources jar, etc.
        ]]></description>
      </expression>
    </expressions>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sun Nov 23 12:04:30 GMT 2014
    - 5.6K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

        </dependencies>
      </dependencyManagement>
    
      <dependencies>
        <dependency>
          <groupId>org.apache.maven.its</groupId>
          <artifactId>dep</artifactId>
          <version>0.2</version>
          <type>ejb</type>
          <scope>test</scope>
          <optional>true</optional>
          <exclusions>
            <exclusion>
              <groupId>org.apache.maven.its</groupId>
              <artifactId>excluded-dep</artifactId>
    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)
  4. api/maven-api-model/src/main/mdo/maven.mdo

                <![CDATA[
                The type of dependency, that will be mapped to a file extension, an optional classifier, and a few other attributes.
                Some examples are {@code jar}, {@code war}, {@code ejb-client}
                and {@code test-jar}: see <a href="../maven-core/artifact-handlers.html">default
                artifact handlers</a> for a list. New types can be defined by extensions, so this is not a complete list.
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
Back to top