for those of you running into the same problems... 
touch the maven.xml and add additional goals

<goal name="all">
        <m:reactor basedir="${basedir}"
                   includes="project.xml"
                  
goals="java:compile,jar:jar,sar:sar"
                   banner="Building"
                   ignoreFailures="false"/>
    </goal>

--- thorsten maus <[EMAIL PROTECTED]> wrote:

> hi there .. 
> 
> im coming around a small problem and hope you can
> help
> me .. 
> 
> im creating an additional directory inside a
> multiproject .. handling a sar jar for my jboss
> appserver.. 
> 
> inside the directory i have the descriptors 
> in src/sar/META-INF
> and additional java sources in 
> src/java
> 
> when calling maven sar:sar maven is properly
> creating
> the jmx.sar compiling the java files .. storing them
> in target/classes  but does not add the class files
> to
> the sar archive ..  
> 
> any idea ??
> 
> im working with the maven-sar-plugin version 1.0 ...
> 
> 
> thanks  
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

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

Reply via email to