Skip to content

Commit

Permalink
Change to subsystem,...
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando González authored and Fernando González committed Feb 21, 2017
1 parent 1123aa3 commit bd34a34
Show file tree
Hide file tree
Showing 77 changed files with 1,365 additions and 2,824 deletions.
62 changes: 39 additions & 23 deletions alfviral-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,46 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.fegor.alfresco</groupId>
<artifactId>alfviral-share</artifactId>
<version>1.3.4-SNAPSHOT</version>
<name>Alfviral-share AMP project</name>
<version>1.4.0-SNAPSHOT</version>
<name>FegorSoft / Alfresco Virus Alert (Share)</name>
<packaging>amp</packaging>
<description>Manages the lifecycle of the alfviral-share AMP (Alfresco Module Package)</description>

<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-parent</artifactId>
<version>1.1.1</version>
<version>2.2.0</version>
</parent>

<!--
| SDK properties have sensible defaults in the SDK parent,
| but you can override the properties below to use another version.
| For more available properties see the alfresco-sdk-parent POM.
SDK properties have sensible defaults in the SDK parent,
but you can override the properties below to use another version.
For more available properties see the alfresco-sdk-parent POM.
-->
<properties>
<!-- Defines the alfresco edition to compile against. Allowed values are [org.alfresco|org.alfresco.enterprise]-->
<alfresco.groupId>org.alfresco</alfresco.groupId>
<!-- Defines the alfresco version to compile against -->
<alfresco.version>4.2.e</alfresco.version>
<app.log.root.level>WARN</app.log.root.level>
<alfresco.data.location>alf_data_dev</alfresco.data.location>
<!-- Defines the target WAR artifactId to run this amp, only used with the -Pamp-to-war switch
. | Allowed values: alfresco | share. Defaults to a repository AMP, but could point to your foundation WAR -->
<alfresco.client.war>alfresco</alfresco.client.war>
<!-- Defines the target WAR groupId to run this amp, only used with the -Pamp-to-war switch
. | Could be org.alfresco | org.alfresco.enterprise or your corporate groupId -->
<alfresco.client.war.groupId>org.alfresco</alfresco.client.war.groupId>
<!-- Defines the target WAR version to run this amp, only used with the -Pamp-to-war switch -->
<alfresco.client.war.version>4.2.e</alfresco.client.war.version>
<!-- This controls which properties will be picked in src/test/properties for embedded run -->
<env>local</env>
<!-- The following are default values for data location and Alfresco version.
Uncomment if you need to change
<alfresco.version>${alfresco.community.default.version}</alfresco.version> -->

<!-- This control the root logging level for all apps uncomment and change, defaults to WARN
<app.log.root.level>WARN</app.log.root.level>
-->

<!-- Set the enviroment to use, this controls which properties will be picked in src/test/properties
for embedded run, defaults to the 'local' environment. See SDK Parent POM for more info.
<env>other environment name</env>
-->

<!-- The Maven artifact ID to use when loading the Share.WAR that the AMP should be applied to,
defaults to the alfresco.war artifact ID, so we need to override here. -->
<app.amp.client.war.artifactId>${alfresco.share.artifactId}</app.amp.client.war.artifactId>

<!-- Since Alfresco.WAR (i.e. the Repository) is already running on port 8080, we run Share.WAR on port 8081 -->
<maven.tomcat.port>8081</maven.tomcat.port>

<!-- Used in share-config-custom.xml. By default points to local installation of Alfresco Repo -->
<alfresco.repo.url>http://localhost:8080/alfresco</alfresco.repo.url>

</properties>

<!-- Here we realize the connection with the Alfresco selected platform
Expand Down Expand Up @@ -68,7 +75,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -95,4 +101,14 @@
</snapshots>
</repository>
</repositories>

<build>
<plugins>
<!-- Compress JavaScript files and store as *-min.js -->
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
</list>
</property>
</bean>

<!--
<bean id="alfviral.custom.config" class="org.springframework.extensions.config.ConfigBootstrap"
init-method="register" lazy-init="default" autowire="default"
dependency-check="default">
Expand All @@ -21,5 +23,5 @@
</list>
</property>
</bean>

-->
</beans>
Binary file removed alfviral-share/target/alfviral-share.amp
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bd34a34

Please sign in to comment.