srcdeps / srcdeps

A set of tools to build project dependencies from their sources
Apache License 2.0
10 stars 6 forks source link

Support wildcars and more dependency options in selectors #10

Closed ppalaga closed 8 years ago

ppalaga commented 9 years ago

ATM, we mach selectors using groupId.equals(selector)

              <selectors>
                <!-- groupId of the  -->
                <selector>org.hawkular.cmdgw</selector>
              </selectors>

(1) We should find a way to be able to select based also on other dependency children, such as artifactId, version, type, classifier and possibly others.

(2) Partial matches, such as org.hawkular.* should be possible.

ppalaga commented 8 years ago

Fixed by https://github.com/srcdeps/srcdeps-core/pull/4/commits/01e67f5b39ef53dbf96b53cb53ecc89568bbe006