Skip to content

Commit cae5eb8

Browse files
authored
Update beginners-guide.md
Update legacy plugin example link to SciJava plugin example
1 parent b663187 commit cae5eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/develop/beginners-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Environments used for testing this guide:
7070

7171
All [source code](/develop/source) is on [GitHub](/develop/github). As Fiji nowadays is a rather complex project its development is split into several [subprojects](/develop/architecture). For a beginner it is hard to understand the interaction of the different available projects which all contribute under the label "[SciJava](/libs/scijava)" to Fiji. The nice thing is, that Maven will help to pull in the necessary code from all Fiji subprojects automatically with the help of configurations files which are supplied by the Fiji developer community. The ImageJ wiki provides a very first overview of the [SciJava ecosystem](/develop/architecture) of Fiji.
7272

73-
To make Maven work we need the so called `pom.xml` files. This configuration file contains information about the project and various configuration details used by Maven to build the project(s). The `pom.xml` files help to organize everything needed to build your project. You can use any Maven-based project you want with that approach, not just Fiji. So e.g. you can import {% include github org='fiji' repo='fiji' label='fiji/fiji' %} that way, or an individual plugin such as {% include github org='fiji' repo='AnalyzeSkeleton' label='fiji/AnalyzeSkeleton' %}.
73+
To make Maven work we need the so called `pom.xml` files. This configuration file contains information about the project and various configuration details used by Maven to build the project(s). The `pom.xml` files help to organize everything needed to build your project. You can use any Maven-based project you want with that approach, not just Fiji. So e.g. you can import {% include github org='fiji' repo='fiji' label='fiji/fiji' %} that way, or an individual plugin such as {% include github org='NicoKiaru' repo='LimeSeg' label='LimeSeg' %}.
7474

7575
In general, there are two alternative strategies to develop your plugin:
7676

0 commit comments

Comments
 (0)