[ 
https://jira.jboss.org/browse/WELD-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12547788#action_12547788
 ] 

Pete Muir commented on WELD-595:
--------------------------------

I agree with Koichi - most of the work to provide a custom scanner was done - 
you can just override createDeployment() in Weld, and do what you like - base 
classes also exist.

Pieter or Koichi, want to check out the WELD-595 branch at 
http://github.com/pmuir?

> Add support for onejar-maven-plugin
> -----------------------------------
>
>                 Key: WELD-595
>                 URL: https://jira.jboss.org/browse/WELD-595
>             Project: Weld
>          Issue Type: Feature Request
>          Components: Java SE Support
>            Reporter: Pieter Martin
>             Fix For: 1.1.0.Beta2
>
>         Attachments: onejar-maven-plugin-patch.txt
>
>
> The onejar-maven-plugin http://code.google.com/p/onejar-maven-plugin packages 
> a project with all its dependencies into a single jar. The dependencies being 
> nested jars inside the one jar.
> This is a nice way to make an executable jar for a java-se standalone project.
> However the current org.jboss.weld.environment.se.discovery.URLScanner does 
> not support this as the classes are not in the expected place.
> Attached is a first attempt at modifying the URLScanner to support the 
> onejar-maven-plugin

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

        
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to