Skip to content

Commit

Permalink
Issue #10: Update archetype for UIMA 3 OSGi combination
Browse files Browse the repository at this point in the history
- update readme
  • Loading branch information
pkluegl committed Sep 16, 2021
1 parent f3014b1 commit f7743b6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Project template to bootstrap UIMA Ruta annotators and package them as a PEAR pa
There is no need to clone this repo to generate a new Ruta annotator project. Just execute the following command:

```
mvn archetype:generate -DarchetypeGroupId=de.averbis.textanalysis -DarchetypeArtifactId=ruta-pear-archetype -DarchetypeVersion=2.0.0-SNAPSHOT
mvn archetype:generate -DarchetypeGroupId=de.averbis.textanalysis -DarchetypeArtifactId=ruta-pear-archetype -DarchetypeVersion=2.0.0
```
You need to define a [groupId, artifactId and version](https://maven.apache.org/guides/mini/guide-naming-conventions.html) for your UIMA Ruta annotator project.

Expand Down Expand Up @@ -60,7 +60,14 @@ my-ruta-annotator/
├── pom.xml
└── src
├── main
│   ├── java
│   │ └── com
│   │ └── example
│   │ └── nlp
│   │ └── GenerateConfiguredDescriptorTemplate.java
│   ├── resources
│   │   ├── descriptor
│   │   │ └── GeneratedBasicEngine.xml
│   │   └── META-INF
│   │   └── org.apache.uima.fit
│   │   └── types.txt
Expand Down

0 comments on commit f7743b6

Please sign in to comment.