Hi,
you need to set up the distribution management and then run mvn deploy:
<distributionManagement>
<snapshotRepository>
<id>ikas-3dparty</id>
<url>…..</url>
</snapshotRepository>
</distributionManagement>
You could install a nexus or archiva to host your own repositories.
there is maven-central. I don't know how hard it is to get stuff deployed there.
brett?
_
Lars
Am 21.11.2013 um 17:18 schrieb "Tom Leung" <[email protected]>:
> How can I upload the third-party libraries into the third party-repo? any
> instruction.
>
> Is there any public NPanday repository? so I can upload the libraries to
> there.
>
> Best Rgds,
>
> Tom
>
>
> -----Original Message-----
> From: Lars Corneliussen [mailto:[email protected]]
> Sent: Thursday, November 21, 2013 7:27 PM
> To: [email protected]
> Subject: Re: Nuget package support
>
> sure!
> would also be great if we could maintain some "official" package mappings
> and deploy them to our thirdparty-repo...
>
> let me know if it worked as expected.
>
> Am 21.11.2013 um 12:06 schrieb Tom Leung <[email protected]>:
>
>> Thank you very much.
>>
>> I think many people are waiting for this great feature.
>>
>> Best Rgds,
>>
>> Tom
>>
>>
>>
>>> Lars Corneliussen <[email protected]> 於 2013年11月21日 18:21 寫道:
>>>
>>> Hi,
>>>
>>> yes; we do that all day :-)
>>>
>>> I think this is a good point to start:
>>>
>>> https://builds.apache.org/view/M-R/view/NPanday/job/NPanday-docs/ws/h
>>> udsonhudson-slaveworkspaceNPanday-docs/target/jenkins-site/plugins/li
>>> brary-importer-maven-plugin/index.html
>>>
>>> Find some import definitions aside… by default the plugin takes all
> *.lib.xml files that are located in the project root.
>>> <package-imports.zip>
>>>
>>>
>>> The pom you could start with:
>>>
>>> <?xml version="1.0" encoding="utf-8"?> <project
>>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>>> xmlns="http://maven.apache.org/POM/4.0.0"
>>> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
>>> http://maven.apache.org/xsd/maven-4.0.0.xsd">
>>> <modelVersion>4.0.0</modelVersion>
>>>
>>> <artifactId>Thirdparty</artifactId>
>>> <version>1-SNAPSHOT</version>
>>> <packaging>dotnet-library-importer</packaging>
>>>
>>> <build>
>>> <plugins>
>>> <plugin>
>>> <groupId>org.apache.npanday.plugins</groupId>
>>> <artifactId>library-importer-maven-plugin</artifactId>
>>> <version>1.5.0-incubating-SNAPSHOT</version>
>>> <extensions>true</extensions>
>>> <configuration>
>>> <!--localRepository>target/repo</localRepository-->
>>> </configuration>
>>> </plugin>
>>> </plugins>
>>> </build>
>>> </project>
>>>
>>>
>>> _
>>> Lars
>>>
>>>> Am 14.11.2013 um 04:52 schrieb "Tom Leung" <[email protected]>:
>>>>
>>>> Does the current NPanday snapshot v1.5.0 may import Nuget package
>>>> into the maven project.
>>>>
>>>>
>>>>
>>>> if can, may anyone write out some simple example how to get it work.
>>>>
>>>>
>>>>
>>>> Best Rgds,
>>>>
>>>>
>>>>
>>>> Tom
>>>
>