-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
102 lines (64 loc) · 3.08 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
xp-maven-plugin (3.1.6)
* Moved all operation from phase "validate" to phase "initialize"
* Use new XP-Runners
* Update project name to "XP-Framework Maven plugin"
-- Marius Rosoiu <[email protected]> Mon, 1 Oct 2012
xp-maven-plugin (3.1.5)
* Use Maven output when displaying unittest results
* Remove ${xp.package.format} and replace it with ${project.packaging}
* Create just one pth file (project.pth) for "lib" ${xp.package.strategy}
-- Marius Rosoiu <[email protected]> Tue, 25 Sep 2012
xp-maven-plugin (3.1.4)
* Fix the "test-package" goal
-- Marius Rosoiu <[email protected]> Thu, 20 Sep 2012
xp-maven-plugin (3.1.3)
* change artifact id from 'net.xp-framework:language' to 'net.xp-framework:compiler'
-- Marius Rosoiu <[email protected]> Tue, 18 Sep 2012
xp-maven-plugin (3.1.2)
* change default unittest ini files location to 'src/test/ini'
* add ${project.classifier} property to specify project classifier
-- Marius Rosoiu <[email protected]> Tue, 18 Sep 2012
xp-maven-plugin (3.1.1)
* fix bootstrap when building XP-Framework itself
- add ${xp.compile.phpIncludePattern} and ${xp.compile.testPhpIncludePattern}
-- Marius Rosoiu <[email protected]> Tue, 24 Jul 2012
xp-maven-plugin (3.1.0)
* add support for using isolated enviroment (use specific XP version)
- setup classpath via .pth files not via -cp parameter
- bootstraping via project dependencies
- bootstraping via project resources (to build XP-Framework itself)
- use separate classpath (project.pth) for each target: compile, test, xp
* add support to build full applications zip
- use java-xarlib instead of the "xar" XP-Runner to manipulate XAR archives
- add support for reading/creating ZIP artifacts
- add ${xp.package.*} flags to control the packaging phase
* naming cleanup
- rename namespace from "net.xp_forge.maven.plugins.xpframework" to "net.xp_forge.maven.plugins.xp"
- rename @parameters to ${xp.*.*}
* add support for building XP-Framework using its own resources
* add support for !patch dependencies
* fix some Sonar warnings
-- Marius Rosoiu <[email protected]> Tue, 24 Jul 2012
xp-maven-plugin (3.0.0)
* update pom.xml:
- change <artifactId> from "maven-xpframework-plugin" to "xp-maven-plugin"
-- Marius Rosoiu <[email protected]> Tue, 26 Jun 2012
maven-xpframework-plugin (2.0.0)
* update pom.xml:
- change <groupId> from "org.apache.maven.plugins" to "net.xp-forge.maven.plugins"
- use Sonatype OSS <parent> POM
- add sources and javadoc artifacts
-- Marius Rosoiu <[email protected]> Tue, 10 Jan 2012
maven-xpframework-plugin (1.1.0)
* fix coding style issues
* fix environment variables names:
- all names are in uppercase now
* add Maven archetypes:
- XP-Language library
- XP standard library
-- Marius Rosoiu <[email protected]> Tue, 10 Jan 2012
* add support for running XP code
-- Alex Kiesel <[email protected]> Mon, 6 Feb 2012
maven-xpframework-plugin (1.0.0)
* initial release
-- Marius Rosoiu <[email protected]> Wed, 10 Aug 2011