I'm starting on a project that I expect will include a substantial amount of non-Java code (mostly shell and SQL scripts).
I would still like to manage this project with Maven. What ... |
I have an Project that I distribute by sending out large packages. I'd like to know if there is a user friendly way of using Maven to distribute updates of the ... |
Before my pet projects become serious enough to deserve real version control (and its headaches) I like to just email myself the sources after I worked for a while. How can ... |
I am trying to use maven to build a project that depends on a JNI wrapper around the OpenCV computer vision library. I've been able to "maven-ize" the OpenCV wrapper ... |
Is there a Maven "phase" or "goal" to simply execute the main method of a Java class? I have a project that I'd like to test manually by simply doing something ... |
I've read that it's supposedly a good idea to split an aggregator project (the one with all the module declarations) from the parent/dependency project (the one with all the shared or ... |
I'm just beginning to grasp the setup of maven2 while porting over a simple project of mine. I've ran through the package command line example on the Sonatype web ... |
|
I'm trying to work out the best way to setup our multi-module Apache Maven project in a way that allows for disparate release cycles of modules, and doesn't introduce dependency issues ... |
After I found out that there's no plugin for Simian in Maven 2, we turned to CPD, but it doesn't perform as well as Simian (observed in our Ant projects ... |
Hi:
I am having a project A being built with mvn assembly:assembly which gives me a jar file with dependencies. This project basically gets a file path and converts it to XML.
Now ... |
I have to deal with what is pretty ugly and large blob of ColdFusion code which up to this day is maintained by direct modifications on production server (don't ask). I ... |
What is the best way to split up a large enterprise project in Maven?
It's easy enough to understand how to partition things vertically like this...
- You have a DAO project
- The ...
|
I use continuum 1.2.3 to build maven projects. On a fresh continuum installation, I added a pom by upload.
I try to build, and get the following error:
Exception:
Exception while executing ...
|
I'm putting Maven build around cluster of amateur, poorly written and frankly - primitive C/C++ code (meaning some C, some C++). Problem is - there's lots of it in circulation currently ... |
I've been leading rather large project that strives to "Mavenize" various testing apps produced by the engineering tools group over past 5+ years to test and optimize our home-built database. So ... |
I'm currently working on two projects simultaneously:
- My main project (built with maven)
- A spike of an open source project, which my main project depends on (not build with maven)
How do ... |
I'm a bit of a Maven newb, and I'm trying to setup a maven project that builds several child projects, but still allows someone to just grab one of the child ... |
Please, I want to test CVS and Maven tools within an existing project so:
is there any open source project that I can check out from its "CVS" and build it with ... |
I'm starting a new project. I intend to use Maven for the first time. From reading previous threads, the folks who like Maven have me convinced... but the folks ... |
I have a set of Maven projects and I'd like to define access rules.
For example, projects Database and Cache may only be accessed by project DataLayer, but not from project UiLayer. ... |
I have following Maven projects set up:
- PM-Core
- PM-Web (with a dependency to PM-Core)
Now, this project is used for several clients but for each client there are some small differences: mostly differences in ... |
What's the best way to setup Maven for a project that has a SmartClient architecture? Consider the following packages:
- myproject.core
- myproject.server
- myproject.client
Of course there are several sub-packages in each. Client and Server ... |
I'm converting a largish Ant build to Maven. As part of the Ant build, we have several steps which created Java classes by invoking one of the project's classes, simplified as:
javac ...
|
Anyone had experience of managing C# based projects with Maven?
If yes , please tell me a few words about it , how weird would it be to create such a setup.
Thanks
... |
I've got a big multi-module project, and I'd like to generate a report that shows all the licenses of all the things the project depends on.
I looked at tattletale, but it ... |
Is there an open source project that can serve as a good example on how to use the maven site plugin to generate reports? I would prefer it to
|
I have some multi-module project.
Some modules are packaged as wars and some as jars.
When I start from the root module : mvn war:exploded I thought it would apply the step ... |
I currently started working on a maven web-app project that needs to be launched with the jetty:run-exploded goal for development/debugging in eclipse.
Now, I have an XML file which contents I need ... |
I have a maven multimodule project. What the best practices for creating groupId? Can I use one common groupId for all modules or unique per each?
|
For educational purposes I have set up a project layout like so (flat in order to suite eclipse better):
-product
|
|-parent
|-core
|-opt
|-all
Parent contains an aggregate project with core, opt ... |
I have two maven projects
Project AAA
* AAA-Core
* AAA-Other
Project BBB
* BBB-Core
* BBB-AAA-specific
I want to create a build plan in Bamboo to build the BBB-AAA-specific project. The plan configuration is such that this ... |
Many IDEs supports to import maven projects directly, but maven has a maven-eclipse-plugin, when you run :
mvn eclipse:eclipse
It will generate eclipse project settings ,then you can import as generic ... |
I am trying to figure out the use of Maven and I got many articles describing its features and uses. But I am just not able to understand the ... |
I have a scenario wherein my project needs to be compiled in different JDKs and the resulting artifact name should be different based on the JDK used. For example if the ... |
With intelliJ IDEA, how do I manually add a .jar to my web-inf/lib folder?
It is a maven project and I have been adding .jar's via pom.xml thus far.
I manually dropped the ... |
Is it possible to publish your site reports to github? For instance, I run Checkstyle, Findbugs, Cross Reference, and other plugins and would like to have that publicly available. ... |
I have two projects, "appA" and "appB", that each depend on a third project, "common". I'm in the process of moving them from ant to maven, but I'm having some difficulty ... |
I have a large Java Web Application project using Maven and I need to start a new project that will share most of the same code (so I don't have to ... |
Possible Duplicate:
How to get Cobertura to fail M2 build for low code coverage
I would like to calculate code coverage of my Java code base ... |
Is it possible that I copy folders from my project to a certain location during some maven phase? and does anybody know how?
|
New to Maven.
Ok so I used Maven to package up my project, but one of the files had some test information in it. I would like to change that file but ... |
Project 1: Foo
Project 2: Bar
If Foo depends on Bar, and both are in Maven, how do you work on Bar and Foo, so that if you need to make a small ... |
I have a complex project where there are many directories that have POM files, but only some of which are sub-modules (possibly transitively) of a particular parent project.
Obviously, Maven knows the ... |
I have a Maven-3 multi-module project:
/root
pom.xml
/bar
pom.xml
/foo
pom.xml
Module foo depends on module bar, and they both have the same ... |
What are the main possible reasons of breaking down a Maven project to sub-modules?
|
I'd like to introduce Maven to my fellow coworkers who mostly use Ant to build their projects.
One of my goal would be to show them the benefit of building a ... |
It's Maven 3.0. I'm creating a new project:
mvn archetype:create
Then I'm creating a file site/site.xml:
<project name="foo">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html" />
...
|
I am very new to Maven and running into a problem that I can't figure out. I have a multi-module project setup. In one of the sub-modules, I have some Unix ... |
In Maven, is it possible to link additional dependent java src from outside the project folders, so that when we build our main package, maven may include such classes into final ... |
I have a situation that I'm sure must be fairly common. I have some Maven-built applications that deploy to different types of application server - like Tomcat, JBoss, etc.
The build processes ... |
I have a project I need to release the source for. The problem I have is that I need to create a source release for all code that we have developed. ... |
I'm developing a program on MacOSx that uses third party jar files that all use JNI to call C functions.
How can I include those on my build path and set the ...
|
I have a multi module maven project and I'd like to be able to run an operation (antrun) after all submodules have finished their execution.
In my projects I build RPMs from ... |
I'm trying to use maven-gpg-plugin:sign in order to sign project artifacts before deployment to Sonatype OSS repository. The question is where shall I keep my secret key secring.gpg:
- In continuous ...
|
I just migrated from Maven2 to Maven3 and I'm able to build each module individually or all the modules in one shot by calling mvn clean install. However, in Maven2, since ... |
I have a Maven project which has many a set of customer-specific modules of which one is used. The command to execute this build is as follows:
mvn clean install --projects ...
|
How To resulve this problem
i have update my java version to java6u23 but it will still create problem so what should i do
i dont know much more about ... |
I am new to Maven, but I'm trying to use it to manage a .NET project. I am using the command
mvn dotnet:compile
but this is the error that I am getting
org.apache.maven.lifecycle.LifecycleExecutionException: Please ...
|
I have a multimodule maven project. the service module depends on domain module using dependency tag. Every time i build the service module, i want it to automatically build the domain ... |
I'm trying to build a maven project, an OSGi bundle, which contains Webservices. I'm using JAX-WS with all the @WebService annotations to specify the webservices I have. To load these Webservices ... |
I have a project which has 20 different projects this was build using ant.now i want to move it to maven build.I have created jars for all the 20 projects + ... |
I'm trying to build non-java project, it basically has some folders and subfolders I want to include in the jar is that possible ?
|
Situation with inheritance in maven. I want create hierarchy of projects.
Something like main POM <- module1 <- module2.
I trying in my main POM to define module1 with <module> module1</module>. In module2 ... |
We've a requirement where we need to auto generate the code and use it in another project.
I'm using following code for autogenerating the code. But doing a "maven package" only ... |
I am converting a large Java project to use maven. I have a LOT of inter dependencies to work out, but I would like to get it off the ground ... |
I'm extending an existing java app, with both pure java modules and a war. For the war, I'm using the maven-war-overlay method, which automatically includes my own extension files over the ... |
With Maven 3, the site plugin has changed regarding reporting.
In the maven 2, the reporting section had the an "inherited" element. For example:
<reporting>
<plugins>
<plugin>
...
|
Anyone knows if it is possible to easily generate maven project inheritance/aggregation diagrams like those found in the link below?
http://sonatype.com/books/maven-book/reference/figs/web/pom_real_multi.png
"Figure 3.5. Enterprise Multi-module vs. Inheritance"
The image was taken from ... |
One feature of Maven 3 I am eagerly awaiting is automatic parent versioning, that is, no longer needing to hardcode the parent version in every child pom.xml.
This feature is apparently coming ... |
I've been asked to apply Maven to a project. After browsing a dozen sites it appears that it's quite vast and I'm not familiar as I'd like with similar tools like ... |
I need to build 3 independent maven projects using a build.bat file. I have tried (executed from the build folder - see below):
cd ../projectA
mvn clean install -U
cd ..
cd ../projectB
mvn clean install ...
|
I need to generate a few small text files that will be used as inputs during generate-sources phase of another project (data files input to FMPP/FreeMarker). The generator is Java ... |
Currently my company wants to update multiple web projects to Java EE 6 platform and also supports Java EE 5 for old customers too. How should we layout my maven projects ... |
I'm trying to build a (nearly) platform independent SWT Maven archetype to build SWT applications out of. It should automatically download the needed SWT libraries depending on the platform. This is ... |
I have a project that I am migrating from ant to maven. The project makes use of a lightly-customized Hive build. I figured I would just import this build ... |
Today is the day i (with little hesitation) mavenized my project. All is well, things compile, but OMG .. what happened to my project layout?
"src" is repeated twice, one is a ... |
I would like to create a general overview of several Maven projects in the form of a website generated with the Maven site goal. The projects are part of different ... |
I have two projects in eclipse:
- framework: A general library used in several projects.
- client: A project that uses
framework.
client is quite large, possibly larger than framework at this point. ... |
I am porting a project from ant to maven. The project consists of a core set of classes which gets jar'd and used by 3-4 other subprojects. Importantly (I ... |
I'm new to maven project.
I'm changing an ant project to maven project.
To install the 3rd party jar's in maven local repository, I used install command.
Its trying to download the resource jar.pom.
I ... |
Is there a Maven archetype out there to create a Play! Framework Java web application?
Thanks
|
Not able to create .class files in the target folder after building.I maven for building the app, clean install cmd not creating the .class files , could any onetell me ... |
I'm currently working with maven-site-plugin using Maven 3.
The plugin is generating all the report as expected but due to my project layout (shown below), the main site shown does not ... |
I am building my project using maven I am getting following error ...can any one tell why it is happening? My internet connection is ok is there any proxy setting problem?
[INFO] ... |
Is there a possibility to place a web-app style (CSS files and images) in a reusable maven project? To use this "style-projects" with other WAR projects.
Best regards
Stefan
|
When I started my project, I wasn't aware of Maven.. I realized to importance of it after the project had already grown to a pretty large size. At that time I ... |
In my small company Maven is something new. I wonder Is Maven used in real big or larger serious projects ?
|
I am new to maven. I had downloaded a maven project from SVN. I figured it out that it was not as a java project in SVN itself. Result is, when ... |
I want to integrate Apache Tika in my java project. I need to get text from different file formats (excel, doc, ppt, and more..)
After some reading I understand that the only ... |
I need to have a small patch applied to the sources of an open source project before we can use the library it generates. I'd like to automate this as ... |
I need to programmatically gather some paths inside a Maven project, in particular to refer to the project artifact.
Using
URL MyClass.class.getClassLoader().getResource(String name)
works for a path relative to the target/classes folder of the ... |
I want to build an application distribution with Maven. I have a module in my project which holds the main source code. I decided to build the application distribution from this ... |
How to integrate protocol buffers with a maven project ? Couldn't find any information for maven users on the protocol buffers page. I need to add PB support to ... |
How to get Maven project basedir() from my Java code?
|
I have a multi-module project with several subprojects, one of which uses the maven android plugin:
...
|
I am using maven to build projects that may or may not have children (not sure if that is related). I have many projects before this one that build fine, ... |
Here is mavenized project stucture
Proj1
--Module 1
----Submodule 1
------Submodule1-child1
------com.module1.submodule1.child1
------Submodule1-child2
------com.module1.submodule1.child2
----Submodule 2
------com.module1.submodule2
--Module 2
----Submodule 3
------com.module2.submodule3
----Submodule 4
------com.module2.submodule4
In each submodule there are no. of classes.
What I suppose to do is create one more class in submodule 4, ... |
I want to use Maven capabilities for my static web projects containing images, javascript and/or css files.
I don't wanna consider anything about Java, jar packaging, ...
Basically, I need:
- "minify" resources: i.e.: some ...
|
i found those quick start on the web,but all of them told how to build a mondrian project by ant?And i want to put the mondrian in my maven project?Also i ... |
I am having a java project with a ant build file, using this ant file i create an ejb of the project and deploy it on the jboss server.
Now I am ... |