Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for ear (0.15 sec)

  1. maven-core/src/main/java/org/apache/maven/lifecycle/providers/packaging/EarLifecycleMappingProvider.java

                    "org.apache.maven.plugins:maven-ear-plugin:" + EAR_PLUGIN_VERSION + ":generate-application-xml",
            "process-resources",
                    "org.apache.maven.plugins:maven-resources-plugin:" + RESOURCES_PLUGIN_VERSION + ":resources",
            "package", "org.apache.maven.plugins:maven-ear-plugin:" + EAR_PLUGIN_VERSION + ":ear",
            "install", "org.apache.maven.plugins:maven-install-plugin:" + INSTALL_PLUGIN_VERSION + ":install",
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Nov 22 13:26:01 GMT 2022
    - 1.9K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/projects/transform/after.pom

              <configuration>
                <source>1.5</source>
                <target xml:space="preserve">  1.5  </target>
              </configuration>
            </plugin>
            <plugin>
              <artifactId>maven-ear-plugin</artifactId>
              <version>3.3.0</version>
              <configuration>
                <modules>
                  <module>
                    <test>test</test>
                  </module>
                  <jarModule>
    Plain Text
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Thu Sep 14 07:51:37 GMT 2023
    - 2.4K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/internal/impl/types/EarTypeProvider.java

    @Named(EarTypeProvider.NAME)
    @Singleton
    public class EarTypeProvider implements Provider<Type> {
        public static final String NAME = "ear";
    
        private final Type type;
    
        public EarTypeProvider() {
            this.type = new DefaultType(
                    NAME,
                    Type.LANGUAGE_JAVA,
                    "ear",
                    null,
                    new DefaultDependencyProperties(DependencyProperties.FLAG_INCLUDES_DEPENDENCIES));
        }
    Java
    - Registered: Sun Feb 04 03:35:10 GMT 2024
    - Last Modified: Thu Dec 14 10:51:16 GMT 2023
    - 1.6K bytes
    - Viewed (0)
  4. maven-api-impl/src/main/java/org/apache/maven/internal/impl/resolver/type/DefaultTypeProvider.java

                    new DefaultType("war", Language.JAVA_FAMILY, "war", null, true),
                    new DefaultType("ear", Language.JAVA_FAMILY, "ear", null, true),
                    new DefaultType("rar", Language.JAVA_FAMILY, "rar", null, true),
                    new DefaultType("par", Language.JAVA_FAMILY, "par", null, true));
        }
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 3.2K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/projects/transform/before.pom

                <target xml:space="preserve">  1.5  </target>
              </configuration>
            </plugin>
            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-ear-plugin</artifactId>
              <version>3.3.0</version>
              <configuration>
                <modules>
                  <module>
                    <test>test</test>
                  </module>
                  <jarModule>
    Plain Text
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Thu Sep 14 07:51:37 GMT 2023
    - 3.5K bytes
    - Viewed (0)
  6. maven-core/src/site/apt/default-bindings.apt.vm

    * Plugin bindings for <<<war>>> packaging
    
    %{snippet|id=war|file=${project.basedir}/src/main/java/org/apache/maven/lifecycle/providers/packaging/WarLifecycleMappingProvider.java}
    
    * Plugin bindings for <<<ear>>> packaging
    
    %{snippet|id=ear|file=${project.basedir}/src/main/java/org/apache/maven/lifecycle/providers/packaging/EarLifecycleMappingProvider.java}
    
    * Plugin bindings for <<<rar>>> packaging
    
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Mar 08 17:45:23 GMT 2023
    - 2.7K bytes
    - Viewed (0)
  7. .teamcity/test-buckets.json

    					"problems",
    					"java-platform"
    				]
    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"scala",
    					"build-profile",
    					"ear",
    					"build-cache-local",
    					"plugins-distribution",
    					"declarative-dsl-core",
    					"resources-gcs",
    					"plugins-test-report-aggregation",
    					"resources-sftp",
    					"testing-base",
    Json
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Mon Apr 01 00:30:22 GMT 2024
    - 49.5K bytes
    - Viewed (0)
  8. maven-core/src/main/java/org/apache/maven/lifecycle/providers/packaging/AbstractLifecycleMappingProvider.java

        protected static final String DEPLOY_PLUGIN_VERSION = "3.1.1";
    
        // packaging
    
        protected static final String JAR_PLUGIN_VERSION = "3.4.1";
    
        protected static final String EAR_PLUGIN_VERSION = "3.3.0";
    
        protected static final String EJB_PLUGIN_VERSION = "3.2.1";
    
        protected static final String PLUGIN_PLUGIN_VERSION = "3.12.0";
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 15:34:45 GMT 2024
    - 3.2K bytes
    - Viewed (0)
  9. maven-core/src/site/apt/artifact-handlers.apt

    *--------------------+---------------+------------+------------+-----------+---------------------+-----------------------+
    | <<<ear>>>          |               | <= type>   | <= type>   | java      |                     | <<<true>>>            |
    *--------------------+---------------+------------+------------+-----------+---------------------+-----------------------+
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 06:12:44 GMT 2024
    - 4.6K bytes
    - Viewed (0)
  10. .teamcity/subprojects.json

        "path": "platforms/documentation/docs-asciidoctor-extensions-base",
        "unitTests": true,
        "functionalTests": false,
        "crossVersionTests": false
      },
      {
        "name": "ear",
        "path": "platforms/jvm/ear",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "enterprise",
        "path": "platforms/enterprise/enterprise",
    Json
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Tue Apr 16 15:50:57 GMT 2024
    - 26.8K bytes
    - Viewed (0)
Back to top