Skip to content
This repository was archived by the owner on Aug 17, 2020. It is now read-only.
This repository was archived by the owner on Aug 17, 2020. It is now read-only.

How to use external class? #24

@mkarg

Description

@mkarg

I want to do this...

<field>
   <name>fileMappers</name>
   <version>2.0.0+</version>
   <association>
      <type>org.codehaus.plexus.components.io.filemappers.FileMapper</type>
   </association>
   <description>
     <![CDATA[
     Allows to ...
     ]]>
   </description>
</field>

...but apparently this is wrong, because it cannot find the class:

 There is no class 'org.codehaus.plexus.components.io.filemappers.FileMapper' in the version range '2.0.0+'.

It seems I have to somehow make known existing classes to the model, but how?

How to do that correct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions