For #1, I have no idea. There is probably a way to suppress the Jar
but I've never needed to do this myself.
For #2, this is what you're looking for:
<dependency>
<groupId>org.delta.esp.dap.bpel</groupId>
<artifactId>mis-file-intake</artifactId>
<version>1.0.0.0</version>
<type>jar</type>
<classifier>bpel</classifier>
</dependency>
Wayne
On 7/27/07, Mick Knutson <[EMAIL PROTECTED]> wrote:
> Ok, it is getting closer.
>
> Here is my pom.xml and plugin:
>
>
> <groupId>org.delta.esp.dap.c2.bpel</groupId>
> <version>1.0.0.0</version>
> <artifactId>mis-file-intake</artifactId>
> <packaging>jar</packaging>
>
> ....
>
> <plugin>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>build-helper-maven-plugin</artifactId>
> <executions>
> <execution>
> <id>attach-artifacts</id>
> <phase>package</phase>
> <goals>
> <goal>attach-artifact</goal>
> </goals>
> <configuration>
> <artifacts>
> <artifact>
>
> <file>target/bpel_MISFileIntakeProcess_1.0.0.0.jar</file>
> <type>jar</type>
> <classifier>bpel</classifier>
> </artifact>
> </artifacts>
> </configuration>
> </execution>
> </executions>
> </plugin>
>
> Then in my local repo, I get:
>
> C:\opt\.m2\repository\org\delta\esp\dap\c2\bpel\mis-file-intake\1.0.0.0\mis-
> file-intake-1.0.0.0.jar (50k from the pom.xml)
> C:\opt\.m2\repository\org\delta\esp\dap\c2\bpel\mis-file-intake\1.0.0.0\mis-
> file-intake-1.0.0.0-bpel.jar (600k generated from ant)
>
>
> I have 2 questions:
>
> 1. how do I NOT get mis-file-intake-1.0.0.0.jar into the repo or even
> generated?
>
> 2. How do I get mis-file-intake-1.0.0.0-bpel.jar into my other modules...???
>
> <dependency>
> <groupId>org.delta.esp.dap.bpel</groupId>
> <artifactId>mis-file-intake-1.0.0.0-bpel</artifactId>
> <version>1.0.0.0</version>
> <type>jar</type>
> </dependency>
>
> This seems like the classifier won't work.....
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]