Commit 6413ea7
authored
feat(build): deploy to maven.codelibs.org (#15)
Maven Central introduced an upload limit that makes it impractical to keep
releasing the Fess plugin artifacts there, so the plugins move to
maven.codelibs.org over scp.
distributionManagement cannot be inherited from fess-parent for this: it is
inherited unconditionally and a POM cannot exempt itself from what it declares,
so declaring it there also redirected the SNAPSHOT deployments of fess-parent,
fess, fess-crawler, fess-crawler-playwright and fess-suggest, which stay on
Maven Central. Each plugin declares the CodeLibs repositories itself instead.
The scp transport comes from the wagon-ssh build extension inherited from
fess-parent, and is used through maven-deploy-plugin.1 parent 73cd227 commit 6413ea7
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
52 | 70 | | |
53 | 71 | | |
54 | 72 | | |
| |||
0 commit comments