mirror of https://github.com/apache/maven.git
PR: MNG-1620
Submitted by: Bruno Aranda add .par and .ejb3 to the classpath. also set the language to java git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@345645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
02902d53a2
commit
ab24e2805c
|
@ -154,6 +154,8 @@
|
|||
<implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
|
||||
<configuration>
|
||||
<type>par</type>
|
||||
<language>java</language>
|
||||
<addedToClasspath>true</addedToClasspath>
|
||||
</configuration>
|
||||
</component>
|
||||
|
||||
|
@ -163,6 +165,8 @@
|
|||
<implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
|
||||
<configuration>
|
||||
<type>ejb3</type>
|
||||
<language>java</language>
|
||||
<addedToClasspath>true</addedToClasspath>
|
||||
</configuration>
|
||||
</component>
|
||||
|
||||
|
|
Loading…
Reference in New Issue