我的问题是“简单”,但我直到现在才找到解决办法:
I have 2 projects.
- Project A built with a classifier (called dev or pro) with help of a specific profile
项目B,dependency to A (using categoryifier dev or pro)
页: 1
- I re-execute install goal with another classifier (pro)
Then I compile the B project (and i put the dependency to A, with classifier DEV)
www.un.org/Depts/DGACM/index_spanish.htm 它运作良好。
But when I do the same with artifactory (goal deploy) , it doesn´t work (and the repository is configured "unique")
It doesn´t work because artifactory? maven dependency? is trying to download A with classifier dev AND latest timestamp, buildnumber of whatever.
但是,这一“生态”是错误的,因为最新的安放时间对于一个班子来说是有效的!
我阅读了当地存放处和艺术品保管处之间的元数据。 情况类似(但并非完全相同)。
What i´m wrong? Thanks guys!
- Maven version : 3.03
- Artifactory version : 2.3.4.1