- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for ejb (0.01 sec)
-
compat/maven-resolver-provider/src/site/apt/dependency-types.apt
*-----------------------+---------------+------------+-----------+-----------------------+-----------------------+ | <<<ejb>>> | | <<<jar>>> | java | classes | | *-----------------------+---------------+------------+-----------+-----------------------+-----------------------+ | <<<ejb-client>>> | <<<client>>> | <<<jar>>> | java | classes | |
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.7K bytes - Viewed (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/type/DefaultTypeProvider.java
false, JavaPathType.PROCESSOR_CLASSES), // j2ee types new DefaultType("ejb", Language.JAVA_FAMILY, "jar", null, false, JavaPathType.CLASSES), new DefaultType("ejb-client", Language.JAVA_FAMILY, "jar", "client", false, JavaPathType.CLASSES), new DefaultType("war", Language.JAVA_FAMILY, "war", null, true),
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4.1K bytes - Viewed (0) -
compat/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>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.6K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java
public static final String PROJECT_LOCAL_REPO = "project-local-repo"; private static final Collection<String> COMPILE_PHASE_TYPES = new HashSet<>( Arrays.asList("jar", "ejb-client", "war", "rar", "ejb3", "par", "sar", "wsr", "har", "app-client")); private static final Logger LOGGER = LoggerFactory.getLogger(ReactorReader.class); private final MavenSession session;
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.3K bytes - Viewed (0) -
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.
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Oct 09 11:07:31 UTC 2024 - 115.1K bytes - Viewed (0)