Non-existing dependencies should be logged
------------------------------------------

                 Key: MWEBSTART-26
                 URL: http://jira.codehaus.org/browse/MWEBSTART-26
             Project: Maven 2.x Webstart Plugin
          Issue Type: Wish
    Affects Versions: 1.0-alpha-2
            Reporter: Havard Bjastad


If a dependency is listed that doesn't exist, then it is silently ignored. E.g. 
I could add the following:

                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>webstart-maven-plugin</artifactId>
                                <configuration>
                                        <dependencies>
                                                <includes>
                                                        
<include>ratatatata</include>
                                                </includes>
                                        </dependencies>
                                </configuration>
                        </plugin>

In this case, a warning (or maybe error) should be logged - stating that the 
dependency ratatatata does not exist.

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

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to