Revision 0d291022
Added by Cherian Mathew about 9 years ago
pom.xml | ||
---|---|---|
9 | 9 |
<artifactId>taxeditor-parent</artifactId> |
10 | 10 |
<version>3.3.8-SNAPSHOT</version> |
11 | 11 |
<name>EDIT Taxonomic Editor</name> |
12 |
<description>The Taxonomic Editor for EDIT's platform for cybertaxonomy</description> |
|
12 |
<description>The Taxonomic Editor for EDIT's platform for |
|
13 |
cybertaxonomy</description> |
|
13 | 14 |
<url>http://cybertaxonomy.eu/taxeditor//taxeditor//taxeditor//taxeditor//taxeditor//taxeditor//taxeditor/</url> |
14 | 15 |
<inceptionYear>2007</inceptionYear> |
15 | 16 |
<packaging>pom</packaging> |
... | ... | |
45 | 46 |
<mailingList> |
46 | 47 |
<name>EDIT Taxonomic Editor</name> |
47 | 48 |
<subscribe> |
48 |
edit-taxonomic-editor+subscribe@googlegroups.com
|
|
49 |
</subscribe>
|
|
49 |
edit-taxonomic-editor+subscribe@googlegroups.com
|
|
50 |
</subscribe>
|
|
50 | 51 |
<unsubscribe> |
51 |
edit-taxonomic-editor+unsubscribe@googlegroups.com
|
|
52 |
</unsubscribe>
|
|
52 |
edit-taxonomic-editor+unsubscribe@googlegroups.com
|
|
53 |
</unsubscribe>
|
|
53 | 54 |
<post>edit-taxonomic-editor@googlegroups.com</post> |
54 | 55 |
<archive>http://groups.google.com/group/edit-taxonomic-editor/topics</archive> |
55 | 56 |
</mailingList> |
... | ... | |
66 | 67 |
<!-- your SVN account id please! --> |
67 | 68 |
<id>a.kohlbecker</id> |
68 | 69 |
<name> |
69 |
Andreas Kohlbecker
|
|
70 |
</name>
|
|
70 |
Andreas Kohlbecker
|
|
71 |
</name>
|
|
71 | 72 |
<email>a.kohlbecker [at] bgbm.org</email> |
72 | 73 |
<organization> |
73 |
Botanic Garden Botanical Museum Berlin
|
|
74 |
</organization>
|
|
74 |
Botanic Garden Botanical Museum Berlin
|
|
75 |
</organization>
|
|
75 | 76 |
<organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl> |
76 | 77 |
<timezone>+1</timezone> |
77 | 78 |
<roles> |
... | ... | |
84 | 85 |
<!-- your SVN account id please! --> |
85 | 86 |
<id>a.mueller</id> |
86 | 87 |
<name> |
87 |
Andreas Müller
|
|
88 |
</name>
|
|
88 |
Andreas Müller
|
|
89 |
</name>
|
|
89 | 90 |
<email>a.mueller [at] bgbm.org</email> |
90 | 91 |
<organization> |
91 |
Botanic Garden Botanical Museum Berlin
|
|
92 |
</organization>
|
|
92 |
Botanic Garden Botanical Museum Berlin
|
|
93 |
</organization>
|
|
93 | 94 |
<organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl> |
94 | 95 |
<timezone>+1</timezone> |
95 | 96 |
<roles> |
... | ... | |
131 | 132 |
</repository> |
132 | 133 |
</repositories> |
133 | 134 |
</profile> |
134 |
<profile> |
|
135 |
<!-- Upload the repo to the server --> |
|
136 |
<id>uploadRepo</id> |
|
137 |
<build> |
|
138 |
<plugins> |
|
139 |
<plugin> |
|
140 |
<groupId>org.codehaus.mojo</groupId> |
|
141 |
<artifactId>wagon-maven-plugin</artifactId> |
|
142 |
<version>1.0-beta-3</version> |
|
143 |
<!-- Problems with the wagon-maven-plugin have been encounterd |
|
144 |
on Windows, it should work properly on linux though. --> |
|
145 |
<executions> |
|
146 |
<execution> |
|
147 |
<phase>package</phase> |
|
148 |
<goals> |
|
149 |
<goal>upload</goal> |
|
150 |
</goals> |
|
151 |
</execution> |
|
152 |
</executions> |
|
153 |
<configuration> |
|
154 |
<fromDir>eu.etaxonomy.taxeditor/target/repository</fromDir> |
|
155 |
<url>scpexe://wp5.e-taxonomy.eu/var/www/download/taxeditor/update/${update.dir}</url> |
|
156 |
<includes>binary/*,content.jar,artifacts.jar,**/eu.etaxonomy.*.jar</includes> |
|
157 |
<!-- Comment out the above and uncomment the below to upload |
|
158 |
all jars --> |
|
159 |
<!-- <includes>**/*</includes> --> |
|
160 |
<serverId>wp5.e-taxonomy.eu</serverId> |
|
161 |
</configuration> |
|
162 |
</plugin> |
|
163 |
</plugins> |
|
164 |
</build> |
|
165 |
</profile> |
|
166 | 135 |
</profiles> |
167 | 136 |
<repositories> |
168 | 137 |
<!-- the cdm internal repository --> |
Also available in: Unified diff
adding signing of jars to maven package phase
P2Util : added snapshot dir to list of hardocded sites
eu.etaxonomy.taxeditor/pom.xml : added signJars and uploadRepo (from parent pom) profiles
pom.xml : removed uploadRepo (from parent pom) profile
feature.xml : removed update configurator plugin as it clashes with simple configurator