Sounds like you'll need to debug the Maven process to see what's
causing the pause, then.

Wayne

On 11/9/06, Dmystery <[EMAIL PROTECTED]> wrote:

Nothing that i see in particular.....
------------------------------------
------------------------------------
[DEBUG] adding entry META-INF/maven/proj/proj-server-ejb/pom.xml
[DEBUG] adding entry META-INF/maven/proj/proj-server-ejb/pom.properties

Big pause (> 1)

[DEBUG] adding entry META-INF/INDEX.LIST
[INFO] Preparing weblogic:appc
[DEBUG] maven-ejb-plugin: using locally installed snapshot
[DEBUG] maven-ejb-plugin: using locally installed snapshot
[DEBUG] weblogic-maven-plugin: using locally installed snapshot
[WARNING] Removing: appc from forked lifecycle, to prevent recursive
invocation.
--------------------------------
--------------------------------


Wayne Fay wrote:
>
> Run mvn -X -e ... and perhaps you'll see what's going on differently
> in the console when you add the addClasspath setting.
>
> Wayne
>
> On 11/9/06, Dmystery <[EMAIL PROTECTED]> wrote:
>>
>> The maven-ejb-plugin when asked to <addclasspath> takes abnormal long
>> time
>> to
>> complete.
>>
>>   <plugin>
>>    <groupId>org.apache.maven.plugins</groupId>
>>    <artifactId>maven-ejb-plugin</artifactId>
>>    <version>2.1-SNAPSHOT</version>
>>    <configuration>
>>     <!-- This takes a lot of time???? -->
>>     <archive>
>>      <index>true</index>
>>      <manifest>
>>        <addClasspath>true</addClasspath>
>>      </manifest>
>>     </archive>
>>     <generateClient>true</generateClient>
>>     <clientExcludes>
>>      <clientExclude>**/*.xml</clientExclude>
>>      <clientExclude>**/*.properties</clientExclude>
>>     </clientExcludes>
>>    </configuration>
>>   </plugin>
>>
>> Has anyone faced the same problem? It seems it takes around 1 min more
>> for
>> the goal to complete.
>> --
>> View this message in context:
>>
http://www.nabble.com/maven-ejb-plugin-%3A-take-too-long-tf2600393s177.html#a7254356
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

--
View this message in context:
http://www.nabble.com/maven-ejb-plugin-%3A-take-too-long-tf2600393s177.html#a7254646
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to