You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Marcel Schoen (JIRA)" <ji...@codehaus.org> on 2007/02/23 13:13:27 UTC

[jira] Created: (MASSEMBLY-186) Download files from HTTP or FTP

Download files from HTTP or FTP
-------------------------------

                 Key: MASSEMBLY-186
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-186
             Project: Maven 2.x Assembly Plugin
          Issue Type: New Feature
         Environment: All
            Reporter: Marcel Schoen
            Priority: Minor


It would be nice if the assembly plugin could also gather files to be packed from external sources over HTTP or FTP. The configuration could look like this:

	    <urlSet>
			<url>http://files.acme.com/data</url>
			<excludes>
				<exclude>**/*.jar</exclude>
			</excludes>
			<outputDirectory>/</outputDirectory>
	    </urlSet>

	    <urlSet>
			<url>ftp://files.acme.com/data</url>
			<excludes>
				<exclude>**/*.jar</exclude>
			</excludes>
			<outputDirectory>/</outputDirectory>
	    </urlSet>

It could support basically every available URL protocoll suitable for file retrieval, like "scp:", "smb:" etc.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MASSEMBLY-186) Download files from HTTP or FTP

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MASSEMBLY-186:
--------------------------------------

    Fix Version/s:     (was: 2.2)

> Download files from HTTP or FTP
> -------------------------------
>
>                 Key: MASSEMBLY-186
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-186
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: New Feature
>         Environment: All
>            Reporter: Marcel Schoen
>            Assignee: John Casey
>            Priority: Minor
>
> It would be nice if the assembly plugin could also gather files to be packed from external sources over HTTP or FTP. The configuration could look like this:
> 	    <urlSet>
> 			<url>http://files.acme.com/data</url>
> 			<excludes>
> 				<exclude>**/*.jar</exclude>
> 			</excludes>
> 			<outputDirectory>/</outputDirectory>
> 	    </urlSet>
> 	    <urlSet>
> 			<url>ftp://files.acme.com/data</url>
> 			<excludes>
> 				<exclude>**/*.jar</exclude>
> 			</excludes>
> 			<outputDirectory>/</outputDirectory>
> 	    </urlSet>
> It could support basically every available URL protocoll suitable for file retrieval, like "scp:", "smb:" etc.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MASSEMBLY-186) Download files from HTTP or FTP

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Casey closed MASSEMBLY-186.
--------------------------------

       Resolution: Won't Fix
    Fix Version/s: 2.2-beta-6
         Assignee: John Casey

out of scope; use a different plugin to download the files, then a <fileSet> or similar to include in the assembly.

> Download files from HTTP or FTP
> -------------------------------
>
>                 Key: MASSEMBLY-186
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-186
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: New Feature
>         Environment: All
>            Reporter: Marcel Schoen
>            Assignee: John Casey
>            Priority: Minor
>             Fix For: 2.2-beta-6
>
>
> It would be nice if the assembly plugin could also gather files to be packed from external sources over HTTP or FTP. The configuration could look like this:
> 	    <urlSet>
> 			<url>http://files.acme.com/data</url>
> 			<excludes>
> 				<exclude>**/*.jar</exclude>
> 			</excludes>
> 			<outputDirectory>/</outputDirectory>
> 	    </urlSet>
> 	    <urlSet>
> 			<url>ftp://files.acme.com/data</url>
> 			<excludes>
> 				<exclude>**/*.jar</exclude>
> 			</excludes>
> 			<outputDirectory>/</outputDirectory>
> 	    </urlSet>
> It could support basically every available URL protocoll suitable for file retrieval, like "scp:", "smb:" etc.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MASSEMBLY-186) Download files from HTTP or FTP

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MASSEMBLY-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_104969 ] 

John Casey commented on MASSEMBLY-186:
--------------------------------------

If you want to develop a patch to enable this sort of behavior, that would be okay with me...otherwise, it's a backburner issue... :-)

> Download files from HTTP or FTP
> -------------------------------
>
>                 Key: MASSEMBLY-186
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-186
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: New Feature
>         Environment: All
>            Reporter: Marcel Schoen
>            Priority: Minor
>
> It would be nice if the assembly plugin could also gather files to be packed from external sources over HTTP or FTP. The configuration could look like this:
> 	    <urlSet>
> 			<url>http://files.acme.com/data</url>
> 			<excludes>
> 				<exclude>**/*.jar</exclude>
> 			</excludes>
> 			<outputDirectory>/</outputDirectory>
> 	    </urlSet>
> 	    <urlSet>
> 			<url>ftp://files.acme.com/data</url>
> 			<excludes>
> 				<exclude>**/*.jar</exclude>
> 			</excludes>
> 			<outputDirectory>/</outputDirectory>
> 	    </urlSet>
> It could support basically every available URL protocoll suitable for file retrieval, like "scp:", "smb:" etc.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira