jsxm:classpath
Full name:
org.jsxm.maven.plugin:jsxm-maven-plugin:1.4.11-RC5:classpath
Description:
   Goal that adds all the specifications in the build path as class path entries. 
 
 
 Attributes:
- Requires a Maven project to be executed.
 - Since version: Version 1.2.
 - Binds by default to the lifecycle phase: compile.
 
Required Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
| baseDir | String | Version 1.2 | The root directory of the project. Default value is: ${basedir}.  |  
    
| jsxmSpecRootDir | String | Version 1.2 | Sets the directory for all the jsxm specifications. The default value is the specdirectory under src/spec. Default value is: ${basedir}/src/spec/.  |  
    
| topView | boolean | Version 1.2 | The way that specifications will be viewed in the package explorer of Eclipse IDE. Default value is: false.  |  
    
Parameter Details
    The root directory of the project. 
  
 
  - Type: java.lang.String
 - Since: Version 1.2
 - Required: Yes
 - Default: ${basedir}
 
    Sets the directory for all the jsxm specifications. The default value is the specdirectory under src/spec. 
  
 
  - Type: java.lang.String
 - Since: Version 1.2
 - Required: Yes
 - Default: ${basedir}/src/spec/
 
    The way that specifications will be viewed in the package explorer of Eclipse IDE. 
  
 
  - Type: boolean
 - Since: Version 1.2
 - Required: Yes
 - Default: false
 
 Maven Plugin