Maybe you can use:

                  <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-dependency-plugin</artifactId>
                    <executions>
                          <execution>
                            <id>copy</id>
                            <phase>compile</phase>
                            <goals>
                                  <goal>copy</goal>
                            </goals>
                            <configuration>
                                  <artifactItems>
                                    <artifactItem>
                                          <groupId>com.stc</groupId>
                                          <artifactId>stc</artifactId>
                                          <version>${com.stc.stc.version
}</version>
                                          <type>jar</type>
                                          <overWrite>true</overWrite>

<outputDirectory>${basedir}/target/BPEL-INF/lib</outputDirectory>
                                    </artifactItem>
                                    <artifactItem>
                                          <groupId>javax</groupId>
                                          <artifactId>jms</artifactId>
                                          <version>${javax.jms.version
}</version>
                                          <type>jar</type>
                                          <overWrite>true</overWrite>

<outputDirectory>${basedir}/target/BPEL-INF/lib</outputDirectory>
                                    </artifactItem>
                                  </artifactItems>
                            </configuration>
                          </execution>
                    </executions>
                   </plugin>




On 8/29/07, Siegmann Daniel, NY <[EMAIL PROTECTED]> wrote:
>
> I want to use the assembly plugin to assemble multiple source jars into
> one. Is it possible to include a source jar in a dependencySet?
>
> I want to create a combined jar for our projects, but there is little
> point to that if I cannot create a combined source jar as well. :-(
>
> --
> Daniel Siegmann
> FJA-US, Inc.
> 512 7th Ave. 15th Flr. New York, NY 10018
> (212) 840-2618 x139
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 

Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/djmick_dot_com
http://www.myspace.com/sexybeotches
http://www.thumpradio.com
---

Reply via email to