Hi,
in my company we have an instance of OSS artifactory (version 2.6.6) that
"happily serves" more than 13.000 artifacts based on *ivy-default*
repository layout.

Our ivysettings files are starndardized and they have all the following
aspect:

<ivysettings>
        <settings defaultCache="${basedir}/build/cache"
defaultResolver="myUrlResolver"/>
        <resolvers>
                <url name="myUrlResolver">
                        <artifact
pattern="http://artifactory_base_url/java/[organisation]/[module]/[revision]/lib/[artifact].[type]";
/>
                        <artifact
pattern="http://artifactory_base_url/java/[organisation]/[module]/[revision]/conf/[artifact].[type]";
/>
                        <artifact
pattern="http://artifactory_base_url/java/[organisation]/[module]/lib/[artifact].[type]";
/>
                        <ivy
pattern="http://artifactory_base_url/java/[organisation]/[module]/[revision]/ivy-[module].xml";
/>
                        <ivy
pattern="http://artifactory_base_url/java/[organisation]/[module]/ivy-[module].xml";
/>
                </url>
        </resolvers>
</ivysettings>

Now we'd like allow our developers to use *maven-based* builds in addition
to ant+ivy-based builds, but, first of all we don't want to replicate our
artifacts in a "cloned" maven-based repo and second we'd like to continue to
mantain all our dependencies into our internal repo.

I wonder if it 's possible with OSS version (or possibly also with Pro Pack)
to manage this mixed situation: the same artifact in the same location
resolved by 2 different dependency manangers with ivy as default.
If so, we can maintain the current "ivysh" repo layout? 
How do we have to configure our new custom pom files in order to retrieve
artifact from this internal repo instead of a default maven2 repo?

Thanks in advance for every suggestion
Marco





--
View this message in context: 
http://forums.jfrog.org/How-to-execute-a-maven-build-using-an-ivy-repo-with-custom-artifact-pattern-tp7580892.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532
_______________________________________________
Artifactory-users mailing list
Artifactory-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to