diff --git a/jbuilder/plugin.jelly b/jbuilder/plugin.jelly index 035a0e5d..0156a6fc 100644 --- a/jbuilder/plugin.jelly +++ b/jbuilder/plugin.jelly @@ -2,6 +2,7 @@ - + - + @@ -59,10 +60,10 @@ - + - + @@ -70,14 +71,14 @@ - - - + + + - Checking dependency ${libraryName} ... + Checking dependency ${libraryName} ... @@ -95,7 +96,7 @@ created yet from the corresponding artifact. --> - unversioned library definition not found + unversioned library definition not found @@ -118,10 +119,10 @@ - creating dependent ${libraryFile} + creating dependent ${libraryFile} - Creating dependent ${libraryFile} ... + Creating dependent ${libraryFile} ... @@ -133,7 +134,7 @@ JBuilder Library Definition File ${libraryName} - + @@ -156,7 +157,7 @@ - referencing artifact library ${unversionedLibraryFile} + referencing artifact library ${unversionedLibraryFile} @@ -187,7 +188,7 @@ - Creating ${libraryFile} ... + Creating ${libraryFile} ... JBuilder Library Definition File @@ -261,15 +262,15 @@ - +------------------------------------------------------------------ - | WARNING! - | - | A JBuilder installation could not be found. The project files - | being created will contain default values. - +------------------------------------------------------------------ + +------------------------------------------------------------------ + | WARNING! + | + | A JBuilder installation could not be found. The project files + | being created will contain default values. + +------------------------------------------------------------------ - Reading default project ${jbDefaultProject} + Reading default project ${jbDefaultProject} @@ -282,18 +283,18 @@ - +------------------------------------------------------------------ - | WARNING! - | - | This project is being configured to use ${jdk}. This - | JDK has not been configured yet in your JBuilder installation. - | Go to Tools|Configure JDKs. - +------------------------------------------------------------------ + +------------------------------------------------------------------ + | WARNING! + | + | This project is being configured to use ${jdk}. This + | JDK has not been configured yet in your JBuilder installation. + | Go to Tools|Configure JDKs. + +------------------------------------------------------------------ - Creating ${basedir}/${pom.artifactId}.jpx ... + Creating ${basedir}/${pom.artifactId}.jpx ... @@ -303,7 +304,6 @@ - @@ -319,37 +319,45 @@ - + - - + + - + + + + + maven.jbuilder.testDependencies must be replaced with + maven.jbuilder.testArtifacts, using artifacts instead of dependencies + + - + - - - - + + + - @@ -358,15 +366,15 @@ - + - + @@ -471,9 +479,9 @@ project="${pom}" userHome="${jbUserHome}" /> - - + diff --git a/jbuilder/plugin.properties b/jbuilder/plugin.properties index 3d7a28a5..cd8be8b9 100644 --- a/jbuilder/plugin.properties +++ b/jbuilder/plugin.properties @@ -15,13 +15,13 @@ maven.jbuilder.additionalSources = project.xml,maven.xml,project.properties # plugin will be used. #maven.jbuilder.docpath = ${maven.build.dir}/jbuilder-doc -# Optional list of test dependencies. The list must be an instance of +# Optional list of test artifacts. The list must be an instance of # java.util.List and each element of the list must be an instance of -# org.apache.maven.project.Dependency. Therefore, this variable technically +# org.apache.maven.repository.Artifact. Therefore, this variable technically # cannot be initialized in a properties file, it must be initialized via jelly # code. It is listed here for documentation purposes. In general, the test # dependencies will be project specific and should be initialized in a pre-goal. -#maven.jbuilder.testDependencies = +#maven.jbuilder.testArtifacts = # Optional source paths for libraries that refer to versioned jars in the local # repository. In general, these will be user specific and should go in diff --git a/jdee/plugin.jelly b/jdee/plugin.jelly index 08c068a7..6b6da3ff 100644 --- a/jdee/plugin.jelly +++ b/jdee/plugin.jelly @@ -52,7 +52,7 @@ -"${maven.repo.local}${lib.urlPath}" +"${lib.path}" )))))