I see things getting into our source and bin jars, but still, here's my
plugin config:

          <plugin>      
            <artifactId>maven-remote-resources-plugin</artifactId>

            <executions>
              <execution>
                <goals>
                  <goal>bundle</goal>
                </goals>
              </execution>
            </executions>
            <configuration> 
                <includes>
                  <include>**/*</include>
                </includes>
            </configuration>
          </plugin>

And I'm running "mvn remote-resources:bundle package" - and still I
don't get a resource ONLY jar.  Am I missing something?

-----Original Message-----
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 22, 2007 12:42 PM
To: Maven Users List
Subject: Re: remote-resources

I believe you will need to use "mvn remote-resouces:bundle package",
or attach the bundle goal to a phase to have it invoked automatically.

Bundle only makes the remote-resources.xml file, you still need to jar
things up.

Wayne

On 8/22/07, EJ Ciramella <[EMAIL PROTECTED]> wrote:
> I'm really interested in getting this working as currently, we have
one
> module that always has to build.
>
> What I don't see is how do these actually get jarred up or packaged up
> into some kind of distributable?
>
> Running "mvn remote-resources:bundle" just creates a manifest file but
> no archive for down loading.
>

---------------------------------------------------------------------
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