Yes. When you want to run a plugin from the command line, the config
can't be inside an execution block.

-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 14, 2008 5:29 PM
To: Maven Users List
Subject: RE: Copy:unpack 

I tried this for giggles:

        <artifactId>maven-remote-resources-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>process</goal>
            </goals>
            <configuration>
              <resourceBundles>
 
<resourceBundle>some:internalpackage:2.0.0.7</resourceBundle>
              </resourceBundles>
              <outputDirectory>ZZZZZZZZ/ZZZZZZ</outputDirectory>
            </configuration>
          </execution>
        </executions>

Ran with this:

mvn remote-resources:process -Prepo,base


I get this error:
<configuration>
  ...
  <resourceBundles>VALUE</resourceBundles>
</configuration>.

Any suggestions?

 

-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 14, 2008 4:59 PM
To: Maven Users List
Subject: RE: Copy:unpack 

So how do you NOT put version info in two places?

The remote-resources plugin seems to want its own copy of the version of
the resource, shouldn't it just be in the dependency stanza? 

-----Original Message-----
From: Brian E. Fox [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 14, 2008 11:39 AM
To: Maven Users List
Subject: RE: Copy:unpack 

Ok, I thought you wanted to exclude files. If you want to filter them,
then you can use the remote-resources plugin, the dependency plugin
doesn't filter the contents of the files.

-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 14, 2008 8:37 AM
To: Maven Users List; Maven Users List
Subject: RE: Copy:unpack 

What I don't want to have to do is unpack to target/temp and process
resources from target/temp to target/finallocation.


-----Original Message-----
From: Brian E. Fox [mailto:[EMAIL PROTECTED]
Sent: Thu 3/13/2008 11:19 PM
To: Maven Users List
Subject: RE: Copy:unpack 
 
Yes. You need 2.0 and then there are includes/excludes filters. Check
the site, I forget the exact names.

-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 13, 2008 9:42 PM
To: users@maven.apache.org
Subject: Copy:unpack 

Is there a way to use the unpack dependencies AND process the files on
the way out (filter)?

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


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


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