ivy

Convert ivy.xml to pom.xml

牧云@^-^@ 提交于 2019-12-17 03:17:40
问题 I have a ivy.xml - https://gist.github.com/1898060 I also have the jar file related to this ivy.xml. What i need is a mechanism to import this project to my maven repo and use it in my maven project. SO basically if i am able to convert the ivy.xml to pom.xml , i might be able to get it work. Is there some mechanism through which i can achieve this. I am looking for something like a maven plugin to accomplish this task. I know that there are ways we can edit the ivy.xml and build.xml to

Classifiers not working in Maven Snapshot repo for IVY

邮差的信 提交于 2019-12-14 03:16:30
问题 So I have got my Maven build deploying both Java5 and Java6 versions to my snapshot repo (Nexus). I do this with build profiles and classifiers. All is good in the Maven side of things. However, if I try to resolve the Java5 dependency from my IVY based project it will not work if the most recent Maven deploy was for the Java6 profile/classifier. I guess this is because the timestamp in maven-metadata.xml picks out the Java6 version. It does work if the most recent deploy was for Java5. This

How to include a parent Spring project (using Git submodule)?

本秂侑毒 提交于 2019-12-14 01:52:54
问题 I'm currently developing multiple web applications using Spring. I'm using Maven for building and Git for version control. At the moment I'm trying to find a way to split development of some things used by all webapps, e.g. I have some helper classes that are the same for all projects. The problem is, I don't want to use only classes, but also resource files and some sort of parent POM while still being independent from a repository and able to benefit from Git. Although I'm not enthusiastic

How can I build a plugin from source and use it in my play app

左心房为你撑大大i 提交于 2019-12-13 19:42:01
问题 I have basically no knowledge of sbt and know very little about maven or ivy. There is a play plugin on github, that I would like to modify and use in my project. However I am struggling to figure out how I can pull it down from github and begin using it in my play project. I have tried various things involving using sbt commands. But sbt never behaves the way it is supposed to in the tutorials. Could anyone give me some simple steps to follow on how to go from Play Plugin on github ->

Overriding an Ivy dependencies' revision

Deadly 提交于 2019-12-13 17:08:18
问题 I use Apache Ivy for handling library dependency. In my company we have a "core" project which is released/versioned periodically. We then have many "customer" projects which are for a particular client. Each customer project uses a particular version of the core project which we maintain in the ivy.xml of the customer project. All fine. Sometimes someone will want to change core locally and test the change with a specific project. In that instance they will build the core and publish it to a

Alter ivy.xml file called in as transitive dependency

余生长醉 提交于 2019-12-13 09:53:12
问题 I am using ivy to resolve dependencies, the direct dependency I have is for jdom with the entry on ivy.xml as <dependency org="org.jdom" name="jdom" rev="2.0.2"/> This calls in several other jars as transitive dependencies - unfortunately one, jaxen, has a non working dependency as per Jaxen bug and various questions on SO here and here. Unfortunately these questions are answered with a fix to a maven pom. My question is what can I do in my ivy setup to use a corrected ivy file for jaxen or

Nexus Ivy Maven : Second Level Dependencies Ignores Transitive

 ̄綄美尐妖づ 提交于 2019-12-13 06:59:29
问题 1.) I have a Project1 with this ivy dependency : <dependency org="xalan" name="serializer" rev="2.7.1" transitive="false" conf="compile->default" /> This project brings serializer.jar (just only this jar, OK! ) 2.) In a second one Project (Proyect2) i put the next dependency : <dependency org="com.net" name="Project1" rev="latest.integration" conf="default->default;compile->compile;runtime->runtime" transitive="true"> </dependency> This "Project 2" brings : Project 1 Serializer.jar xml-apis

archiva graphic interface doesn't find my artifact

限于喜欢 提交于 2019-12-13 05:17:49
问题 I have this problem, i have tried to publish an artifact of mine in my archiva repository, but even if phisical it seems that everything is ok when i go to the ui view of archiva i don't find anything about that artifact. I have allready try to do the scan of the repositories, but nothing happens, i had look into the log file, and the only error that i see is this one Not a valid artifact path in a Maven 2 repository, filename 'bbi-resutil.jar' doesn't start with artifact ID 'resutil' i

ivy cleancache but specific folders

与世无争的帅哥 提交于 2019-12-13 04:23:54
问题 We have some internal jars in a remote repository and do not build them very often.The resolver looks like this: view-snapshots is a local repo and hub-releases is a shared repo. <chain name="hub-internal-library-chain" returnFirst="true"> <resolver ref="view-snapshots"/> <resolver ref="hub-releases"/> </chain> By default,if a developer publishes anything it goes to view-snapshots cache.We need to keep the flag return first-"true" for performance issues.So the issue I want to delete some

Unable to resolve .. resolve waits for ever while building red5 using ant and ivy

爷,独闯天下 提交于 2019-12-13 03:43:44
问题 I am following step by step for installation of RED5 in Ubuntu 9.04. While executing ant command, it waits forever at [ivy:resolve] :: resolving dependencies :: red5#server;working@satya-vbox4red5 [ivy:resolve] confs: [java6] in verbose mode, I saw that it is failing while searching for dependencies.. verbose output can be found at http://pastebin.com/uyaQ03cK I am accessing the internet through a proxy server which asks for authentication(userid and password). 回答1: Try configuring ANT to use