maven-native-plugin

2008-09-02 Thread Laura Lozano
hello, I'm trying to use the maven native plugin in order to compile a c++ project with maven. In the pom.xml I have added the next entry to obtain the plugin: plugin groupIdmaven/groupId artifactIdmaven-native-plugin/artifactId version1.1/version /plugin The plugin

c++ maven project

2008-08-22 Thread Laura Lozano
Hello, I would like to know if is possible to use maven for create and build a C++ project. In this case, is there any available tutorial or documentation explaining how to proceed? Thank you.

dependency plugin

2008-07-18 Thread Laura Lozano
Hello, I'm using the dependency plugin in order to copy the dependencies from the repository to a target platform. The problem is that I need to copy also some artifacts that are not dependencies and using copy I have to specify the version, this is not very useful becasuse when the version

mvn eclipse: remote repository artifacts

2008-07-15 Thread Laura Lozano
Hello, I'm developping an OSGI project in eclipse using maven. In this project I use some artifacts from a remote repository. In order to debug this project in eclipse I have to put the remote repository artifacts in the target platform directory and it is not very effective to work with the

maven deploy plugin in eclipse

2008-05-16 Thread Laura Lozano
Hello, I don't find any facility in eclipse to deploy an artifact in a remote repository. Is not included this feature in the maven integration with eclipse? have I to do it in command line? Thank you